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 GETS BULK JOB DISPATCH, MOAT FIXES TERMINAL LINK TRAP

By RepoJournal · Filed · About Laravel

Laravel 13 ships Bus::dispatchBulk() to handle mass job queuing without melting your driver, while Moat patches a subtle URL formatting bug that breaks terminal hyperlinks.

The framework landed a new bulk job dispatcher [1] that lets you queue hundreds of jobs efficiently instead of looping dispatch() calls that hammer your queue driver with individual inserts. This matters if you're handling mass imports or exports where every database write counts. Taylor Otwell merged the feature complete with fakes and test coverage, addressing a real pain point for teams optimizing resource usage at scale [2]. On the Moat side, a one-line fix [3] stops the terminal from including a colon in GitHub token URLs when you Ctrl+Click them, which was redirecting users to the wrong page [4]. Small fix, massive UX win for anyone setting up Moat for the first time.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [13.x] Introduce Bus::dispatchBulk() (#60297) laravel/framework
  2. [2] [13.x] Introduce Bus::bulk() ↗ laravel/framework
  3. [3] fix: add missing space before colon to avoid broken redirect URL ↗ laravel/moat
  4. [4] fix: add missing space before colon to avoid broken redirect URL (#15) laravel/moat

Quick answers

What shipped in Laravel on May 31, 2026?
Laravel 13 ships Bus::dispatchBulk() to handle mass job queuing without melting your driver, while Moat patches a subtle URL formatting bug that breaks terminal hyperlinks. In total, 3 commits and 2 pull requests landed.
Who contributed to Laravel on May 31, 2026?
2 developers shipped this update, including jackbayliss and SimonMeia.
What were the notable Laravel updates?
[13.x] Introduce Bus::dispatchBulk() (#60297), [13.x] Introduce Bus::bulk(), and fix: add missing space before colon to avoid broken redirect URL.

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?