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.
image

We've just rebuilt our website to serve humans and agents better. Visit promptphp.com to experience the new website design.
image

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.
image