Just added the "x min read" feature to the Laravel tips page(s) on my site.
mrpunyapal.dev/tips/php-predefined-constants-cheat-sheet
Feed
Laravel devs, what’s the first thing you check when a Laravel application suddenly becomes slow?
Laravel devs, Laravel 13.26 makes Process failures easier to understand and test. 👀
You can now distinguish an idle process from one that simply runs too long, and fake processes gained assertions for count, order, and recorded results.
We've just rebuilt our website to serve humans and agents better. Visit promptphp.com to experience the new website design.
Laravel devs, tired of duplicating query filters between Eloquent and Scout? 👀
Create an invokable scope that works with both builders, then reuse it across models and Scout searches with ->tap().
One rule. Multiple query pipelines.