Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel
54+ min ago (219+ words) Or try paginated search → Mailables Viewer is a new free Statamic add-on from Jack McDade that discovers the Laravel mailables in an application and makes them available under Utilities → Mailables in the Control Panel. Or maybe you're even lazier and…...
Laravel Tackle: Run an AI Coding Agent in Your Laravel App
7+ hour, 9+ min ago (1033+ words) Or try paginated search → Laravel Tackle, written by Jordan Dalton, is an AI coding agent that runs as Artisan commands inside your application. Because it boots with the framework, its tools are the ones you would reach for yourself: it…...
Queue::forward(): Reroute Laravel Queues in One Place
7+ hour, 19+ min ago (257+ words) Or try paginated search → All the shapes take a queue to match and a destination: The register-in-a-provider design makes the routing conditional in ways config files are bad at. The canonical case from the PR is an app that runs…...
Read-Through Disks and Debounced Listeners in Laravel 13.26
1+ day, 7+ hour ago (413+ words) Or try paginated search → A new read-through driver combines two existing disks into one. Reads check the primary disk first and fall back to the second, copying the file to the primary on the way through, so the primary fills…...
Lerd: A Free, Open Source Herd Alternative for Linux and macOS
2+ day, 6+ hour ago (337+ words) Or try paginated search → If you're on macOS, Laravel Herd is pretty much the default now. On Linux, local dev has long been a mess: Sail stacks eating a gigabyte of RAM each, hand-rolled nginx configs, or a system PHP…...
Laravel Chores: Resumable Data Operations and Cleanups
2+ day, 7+ hour ago (333+ words) Or try paginated search → Here's what the package gives you: That's the whole class. Batching, progress tracking, and failure logging happen around it, and the batch size defaults to 500 via the config file when you don't set it on the…...
Pause All Laravel Queues During a Deploy
1+ week, 7+ hour ago (188+ words) Or try paginated search → The usual workaround is maintenance mode, which stops far more than the queue, or queue:restart, which is a request rather than a guarantee since a worker only sees it between jobs. Laravel 13.25 adds a third…...
Pause All Queues and a New artisan dev UI in Laravel 13.25
1+ week, 1+ day ago (513+ words) Or try paginated search → Laravel 13.25 adds a global pause switch that stops every queue on every connection with one command, replaces the process runner behind artisan dev with a tabbed terminal UI, and lets an Image instance be returned directly…...
Mock PHP Classes in Tests With the Double Library
1+ week, 2+ day ago (465+ words) Or try paginated search → Double is a PHP test double library by Jason McCreary, the creator of Laravel Shift. It replaces the usual choice between a mock, a spy, and a partial with a single kind of object: you create…...
Laravel Discount: Coupon Codes, Usage Limits, and Stacking
1+ week, 2+ day ago (624+ words) Two Laravel devs that won't disappear on you. Finally! Hire Joel and Aaron from No Compromises. Here's what the package covers: A discount is a standard Eloquent model, so you create one like any other record: Applying it goes through…...