Checkpoint by Andrea Pollastri is a development dependency that scans a Laravel application for security problems and reports them through a single Artisan command. It runs 26 separate checks, ranging...
The Laravel team released v13.13.0 with a new method for dispatching many jobs in a single batch, storage-backed attachment helpers for notifications, PSR-18 support for the HTTP client, and a handful...
Laracon AU has officially unveiled its full 2026 schedule, including all speakers, talks, and workshops for this year’s event. The conference lineup features talks covering Laravel, AI-assisted ...
Earlier this year, Matt Stauffer reached out about an AI skill he created. He built it to automate the review process for the numerous Shifts he runs at Tighten. After seeing a demo, it gave me so man...
Laravel Cloud just launched Scale-to-Zero Flex compute along with a new four-tier pricing structure. The headline change is that your entire stack now sleeps when there’s no traffic and wakes on...
MigrAlign is a Laravel package that finds the differences between your migration files and your actual database, then applies the changes with safeguards based on how risky each change is. It targets ...
Truffle, by Waad Mawlood, is a Laravel package that allows Eloquent models to use an in-memory SQLite database instead of your primary database. This approach works for handling static data and refere...
Expressive, by Wendell Adriel, converts Eloquent models into typed PHP objects and can convert those objects back into Eloquent models when your application needs to persist data. The goal is to give ...
Playa gives a Laravel app a lightweight Player model for visitors who aren’t logged in. It’s aimed at QR-code journeys, event games, voting screens, kiosk flows, and demos where you need t...
I just released Aegis for Laravel on stage at Laravel Live Japan 2026. It’s a package I built around a pattern I keep coming back to: Value Objects. They quietly remove a whole class of bugs tha...
