Hey hey, Useful Laravel links to read/watch for this week of March 12, 2026.
If you want to get such list every Thursday, subscribe to the newsletter here.
From my LaravelDaily.com
[PREMIUM VIDEO] My 7-Step AI Workflow for New Laravel Projects: Boost, Guidelines, Prompts
This 29-minute video for Premium members is a step-by-step guide on how I prepare any new Laravel project, to maximize the future results from prompting AI agents.
From my YouTube Channel
How I Use AI For New Laravel Projects (7-Step System)
This is the free 10-minute version of my video above about my new AI workflow for Laravel projects.
NEW Inertia 3 Beta: Main Things You Need to Know (Project Example)
The new Inertia v3 Beta has been released, let me show you the main changes and improvements.
NEW Official Filament v5 Demo: REALLY Impressive!
Over the last few weeks, the official Filament demo website/repository got a big update.
AI Writes Laravel Code That Looks Good… But Fails in Production
I recently vibe-coded a Laravel project, intentionally to review the code and the things that Claude Code missed.
FilaCheck Package: Stable v1 (Last Week of Discount)
After a month of testing and v0.x versions, I'm proud to announce the official v1.0 release of my package to detect deprecated Filament code and other issues.
From Laravel Community
Lesser Known Laravel
lesserknownlaravel.com
A curated collection of hidden methods, unknown classes, and underused patterns buried deep within the Laravel framework.
What Would Taylor Otwell Do?
notesonlaravel.com
WWTD — What Would Taylor Do? — is a five-word prompt that changed how I learn Laravel. After using it in 49 coding sessions, here's why it works, seven real examples, and how it evolved from a one-off question into a reusable AI skill.
A Clean API for Reading PHP Attributes
laravel-news.com
PHP 8.0 introduced attributes — a first-class way to add structured metadata to classes, methods, properties, and more. But reading them programmatically with the native reflection API is verbose and repetitive. Spatie's PHP Attribute Reader wraps that boilerplate in a clean static API.
jonaspauleta/laramux
github.com
A terminal UI application for managing Laravel development processes in a single terminal window.
Laravel Community Tweets
Pushpak: Just tagged a pretty big Boost release that cuts down context quite a bit.
If you’re context-conscious, you might want to give this one a look
Joe Tannenbaum: Want to play with the new @inertiajs v3 features?
@pascalbaljet built a comprehensive demo app that is, frankly, super fun to play with!
Just composer update to level up your agent's performance.
Nuno Maduro: just pushed a small improvement to pint's @laravelphp preset.
now if a class is referenced (in code, php annotations, phpstan, etc), it'll always be imported at the top so everything stays consistent..
Taylor Otwell: It's shipping season. You can now try Laravel Cloud with no credit card up front.
First $5 of compute is on us.
No more, just merged a new password input component for all the Inertia Starter Kits!
John Koster: I am happy to announce that Forte v1 is now available!
Forte is my new library for parsing and modifying @laravelphp Blade.
You probably know you can use the Explain feature to find missing indexes, but now you can re-run the entire query and render it as a table or dump result, or expand it.
Andréia Bohner: Visual reference for all @filamentphp lifecycle hooks
Punyapal Shah: PHP 8.6 will introduce a new function: clamp()
It ensures a value always stays between a minimum and maximum. A small addition, but very useful in many situations.
They're much easier to test, read more naturally, and don't pollute your class' API.
Freek Van der Herten: I never write down migrations.
Down migrations are the least tested code in any Laravel app. They're written once and never run. And when you do need to roll back, you don't know beforehand what you need to do with the data would already be stored in the updated schema.
While at Laracon EU, we built a lightweight file explorer for buckets. View what's in your buckets, upload and delete files all without leaving Cloud.
That's it for this week, see you in the next newsletter issue!
Again, if you wanna get this to your inbox every Thursday, subscribe here.