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 DETACHES QUEUES FROM SQS, ROUTES THROUGH CLOUD AGENT

By RepoJournal · Filed · About Laravel

Laravel Cloud's managed queue system now intercepts job processing entirely, popping from an in-container agent instead of SQS directly, shifting visibility and deletion logic into the platform layer.

The framework's queue dispatcher now routes through Laravel Cloud's managed-queue agent when enabled, using a unix-socket runtime API instead of hitting SQS directly [1]. The cloud agent long-polls SQS and owns terminal operations; your worker just processes and reports outcomes back. This is infrastructure consolidation that matters if you're running on Cloud: simpler worker logic, unified job lifecycle management, and one less place your code needs SQS permissions. Meanwhile, the string utilities are getting nicer [2]: the new `counted()` method solves the annoying pattern of prepending counts to pluralized strings without storing variables twice. Collections are also getting `reduceInto()` [3], a mutation-based reduce that reads cleaner than accumulating and returning in traditional reduce patterns. These are quality-of-life wins, not breaking changes. Dusk's action workflow got a minor bump [4] but nothing that impacts your test suites.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [13.x] Pop managed queue jobs from the cloud-agent instead of SQS ↗ laravel/framework
  2. [2] [13.x] Add `counted` method to `Str` and `Stringable` ↗ laravel/framework
  3. [3] [13.x] Add `reduceInto` method to collection ↗ laravel/framework
  4. [4] Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 in the github-actions group ↗ laravel/dusk

Quick answers

What shipped in Laravel on July 4, 2026?
Laravel Cloud's managed queue system now intercepts job processing entirely, popping from an in-container agent instead of SQS directly, shifting visibility and deletion logic into the platform layer. In total, 5 commits and 5 pull requests landed.
Who contributed to Laravel on July 4, 2026?
3 developers shipped this update, including kieranbrown, JosephSilber, and dependabot[bot].
What were the notable Laravel updates?
[13.x] Pop managed queue jobs from the cloud-agent instead of SQS, [13.x] Add `counted` method to `Str` and `Stringable`, and [13.x] Add `reduceInto` method to collection.

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.