ArtisanLog

Summary

Laravel Framework 13.23.0 adds a monthly log driver and channel, plus monthly tenant support in the SES v2 mail transport. The Image class and ImageManager::fromStorage disk method now better support enums and improved types. Arr::last() fixed null handling and iterable support. Maintenance mode bypass secrets use timing-safe comparisons to tighten security. Migrations with ->change() allow ->using(...) for PostgreSQL compatibility. CookieJar::queued() default handling is fixed, and schedule:list has improved timezone conversion for complex cron expressions. Deprecation logging now gracefully avoids fatal errors. monolog/monolog dependency constraints are bumped, and a minor postcss update landed for exception renderer assets.

Livewire Blaze 1.0.13 fixes double escaping in delegate components and respects the compile: false blaze directive override. It also preserves literal static attributes during folding and improves how missing compiled views are handled.

Laravel LSP v0.0.28 was published without notable release notes but merged a fix to filter completions using the full replacement text.

Several Laravel packages and tools, including Horizon, Echo, Telescope, and Filament, bumped GitHub Actions and postcss dependencies. Horizon fixed horizon:clear-metrics for phpredis 6.1+, and Laravel docs updated the $flags parameter signature on Illuminate\Http\Client\Response::json().

Recent Releases

Recent Pull Requests