Joel Clermont
@jclermont
Helping Laravel devs ship better products and level up their skills
• • 114 Posts • 1K Views
It might seem like something that should happen automatically, but there are a few things to know if you want one GitHub action to trigger another action automatically.
masteringlaravel.io/daily/2024-11-20-have-one-github-action-trigger-another
My recent tips on named routes sparked a question about how duplicate routes are handled. As usual, I dive a little deeper and explain how duplicate routes are handled in general.
masteringlaravel.io/daily/2024-11-19-how-are-duplicate-routes-resolved
Ever have an issue dealing with an outside vendor or third-party on a dev project? It's a special skill to keep the relationship professional, but still honor your commitments. We discuss how we recently handled this on the latest podcast episode.
masteringlaravel.io/daily/2024-11-18-laravel-podcast-how-to-deal-with-things-outside-your-control
Here's a technique I've used for making assertions on a mock that give confidence, but without ending up with brittle tests
masteringlaravel.io/daily/2024-11-15-more-flexible-assertions-for-mock-calls
In the spirit of "getting rid of the squiggles" in your editor, here's how to make PHPStorm aware of custom Blade directives in your project. Also makes auto-complete nicer in Blade files too.
masteringlaravel.io/daily/2024-11-14-make-phpstorm-aware-of-your-custom-blade-directives