Laravel 13.3.0 ships several notable additions: a new #[UnitTest] PHP attribute that skips full framework booting for individual test methods (enabling faster pure unit tests within integration test classes), variadic argument support for Eloquent model attributes like #[Fillable] and #[Hidden], a new BatchStarted event to fill the gap in job batch lifecycle monitoring, and memory usage reporting in verbose queue worker output. The release also includes fixes for sub-minute scheduling, MorphTo eager loading, macros with static closures, and a security improvement that passes --ignore-scripts to npm/pnpm during broadcasting installation.
1 Comment
Sort: