Laravel 12.46 added containsManyItems() 👌
Finally a readable way to say
“this collection has more than one item.”
laravel.com/docs/12.x/collections#method-containsmanyitems
🧠 Laravel devs — this is mostly about readability.
abort_if, report_if, and throw_if are cleaner than verbose if blocks.
And if you want it consistent everywhere, the rector-laravel set can automate it.
Small change.
Cleaner code.
🔥 Laravel hot tip
Squash migrations for better performance — but never without migrating first.
If you forget, the schema dump misses migrations
and --prune removes them permanently.
One step missed.
Big pain later.
Filament v5 is released 👀
github.com/filamentphp/filament/releases/tag/v5.0.0