RepoJournal
Laravel

@laravel

PHP's most popular framework - Forge, Vapor, and a massive paying audience

Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: PHP Full archive →

The Wire · Showcase

LARAVEL 13 GAINS QUEUE RESILIENCE AND NOTIFICATION STORAGE ATTACHMENTS

By RepoJournal · Filed · About Laravel

Laravel 13.12.0 shipped with three critical queue improvements and a new notification attachment API that mirrors mailable storage support.

Two framework releases landed overnight across the 12.x and 13.x lines. The 13.x update [2] brings the headliner: workers can now opt out of automatic restart when database connections drop, giving you fine-grained control over queue resilience. That same release adds the ability to resolve scheduled event callbacks by type instead of name [2], eliminating fragile string-based parameter matching. Version 12.61.0 [1] fixes a real bug where queue:failed was reporting the wrong class name, making failed job debugging substantially less painful. Both versions accept Symfony's new control-characters exception message in mailer tests [1] [2], keeping you aligned with the latest Symfony stack. On the notification front, MailMessage now supports attachFromStorage and attachFromStorageDisk helpers [3], bringing feature parity with mailables and letting you attach files directly from your storage disks without constructing Attachment instances by hand. A parallel improvement to managed queues [4] wraps AWS SDK errors in a new ManagedQueueNotFoundException with clear messaging when a queue vanishes, replacing cryptic AWS exceptions with something debuggable. Minor CI updates landed on Lumen [6] and Dusk [7], plus a developing addition to add uri() to Client/Request [5].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v12.61.0 ↗ laravel/framework
  2. [2] v13.12.0 ↗ laravel/framework
  3. [3] [13.x] Add attachFromStorage helpers to notification MailMessage ↗ laravel/framework
  4. [4] [13.x] Throw ManagedQueueNotFoundException when a managed queue is missing ↗ laravel/framework
  5. [5] Add Client\Request::uri() (#60282) laravel/framework
  6. [6] Bump the github-actions group across 1 directory with 2 updates ↗ laravel/lumen-framework
  7. [7] Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group ↗ laravel/dusk

Quick answers

What shipped in Laravel on May 27, 2026?
Laravel 13.12.0 shipped with three critical queue improvements and a new notification attachment API that mirrors mailable storage support. In total, 11 commits, 7 pull requests, and 2 releases landed.
Who contributed to Laravel on May 27, 2026?
3 developers shipped this update, including LucasCavalheri, kieranbrown, and dependabot[bot].
What were the notable Laravel updates?
v12.61.0, v13.12.0, and [13.x] Add attachFromStorage helpers to notification MailMessage.

More from @laravel

Daily updates, in your inbox

Follow Laravel

Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?