



1d ago · 5 min read · Laravel scheduler monitoring matters because scheduled tasks often fail quietly. Your app can be online, your homepage can return 200 OK, and your dashboard can look fine — while invoices are not generated, reminders are not sent, cleanup jobs are no...
Join discussion4d ago · 8 min read · Every Laravel application has slow queries. The question is whether you find them before your users do. A query that takes 50ms on your local machine with 100 rows might take 5 seconds in production with 500,000 rows. A polymorphic relationship that ...
Join discussion
4d ago · 8 min read · Every Laravel application has slow queries. The question is whether you find them before your users do. A query that takes 50ms on your local machine with 100 rows might take 5 seconds in production with 500,000 rows. A polymorphic relationship that ...
Join discussion
5d ago · 12 min read · Part 2 of 4 — Laravel Architecture Patterns for Production ~9 min read · Queue design · Job architecture · Background processing Background jobs are one of those features that feel solved the moment
Join discussionApr 21 · 3 min read · Originally published at recca0120.github.io Inside a Laravel subdomain route, url('test') returns https://foo.com/test. But if you need a link to the main site — for an email, or an API response — that's wrong. Clone a UrlGenerator and call useOrigin...
Join discussionApr 21 · 3 min read · Originally published at recca0120.github.io Managing multiple PHP versions with Laravel Valet is great — until you type php -v and get the global version instead of the one Valet set for that directory. Legacy projects that need Composer v1 don't pla...
Join discussionApr 20 · 4 min read · If you spend enough time in developer communities, you will eventually stumble into a framework war. Developers love to argue whether Laravel is "dead," if React is over-engineered, or if Python is to
Join discussion