If, like me, you're a user of Laravel Sail for some of your Laravel projects, you'll have probably noticed that the default 'composer run dev' command that ships with Laravel, just won't work for you. Well, I've got a solution for you!
Recent Articles
Composer Run Dev and Laravel Sail
Laravel's Route "Model" Binding
A source-driven walkthrough of how Laravel resolves route parameters into model instances, covering the UrlRoutable interface and implicit binding customization.
Manual Service Resolution in Laravel
An examination of the various methods for manually resolving services from Laravel's service container, with recommendations on which to use.
Laravel Middleware Priority
An exploration of Laravel's undocumented middleware priority feature that controls execution order when multiple middleware pieces apply to a route.
Decorating Services in Laravel
How to use Laravel's undocumented extend method to add functionality to existing services without modifying their code.