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
Pause All Laravel Queues During a Deploy
3+ day, 1+ 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
4+ day, 1+ hour 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
5+ day, 1+ hour 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
5+ day, 1+ hour 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…...
Laravel monitoring that doesn't bill you by your traffic
4+ day, 23+ hour ago (255+ words) Or try paginated search → We built it for our own ERP first. An ERP throws off a mountain of events and not a cent of new revenue with them, and a content site or an internal tool sits in the…...
Laravel artisan dev: Run Server, Queue, Logs, and Vite
6+ day, 1+ hour ago (339+ words) Or try paginated search → Laravel 13 introduced a new artisan dev command that standardizes everything you need to work on your project: the development server, a queue worker, log output, Vite, and more. Until recently, the skeleton wired those together with…...
Image Dominant Color and HEIC Support in Laravel 13.24
1+ week, 4+ day ago (284+ words) Or try paginated search → Contributed by @dr-codswallop in #60932. It plucks the qualified key name from the model, so a custom $primaryKey and joined queries both resolve correctly without hardcoding a column. Contributed by @ziadoz in #60924. Rule::array(['sort', 'direction']) already…...
Laravel Doctor: Diagnose Your App With One Artisan Command
1+ week, 6+ day ago (547+ words) Or try paginated search → Laravel Doctor was announced at Laracon US 2026 in Boston, adding an artisan doctor command that runs health checks against your application. From the announcement: Artisan doctor runs a set of health checks against your Laravel application:…...
PhpStorm 2026.2 Released
1+ week, 6+ day ago (206+ words) Or try paginated search → JetBrains has released PhpStorm 2026.2, with a dedicated Laravel tool window that puts Artisan commands, error logs, and Laravel Cloud deployments inside the editor. The release also adds a new PHP attribute for marking file paths, PHP…...
Laravel Announces Official AI SDK for Building AI-Powered Apps
2+ week, 4+ day ago (407+ words) Or try paginated search → Laravel has introduced a new official AI SDK, now documented in the Laravel 12.x docs, aimed at making it easier to build AI-powered features directly into Laravel applications. The AI SDK provides a clean, framework-native API…...