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

MULTIPLEX SHIPS INLINE MODE FOR NON-TTY ENVIRONMENTS

By RepoJournal · Filed · About Laravel

Multiplex v0.2.1 now runs inline when piped or invoked from CI instead of failing, making it viable for Makefiles and automated tooling.

Multiplex hit two releases overnight to nail down a critical gap: v0.2.0 added inline fallback mode for non-TTY environments [1], letting you pipe output or run from a Makefile without errors. But v0.2.0's publish test exposed a timing bug where exit signals fired before buffered output drained from pipes, causing commands to lose their final lines entirely [2]. v0.2.1 patches that by holding the exit handler until both stdout and stderr close with a 500ms grace period [3]. Across Laravel proper, framework work continues on job timeout visibility [4], allowing you to distinguish between worker timeouts and job-level failures when listening to JobTimedOut events. Boost continues hardening its installation flow with v2.5.3, now skipping the guideline discovery prompt when run via composer scripts [5], stopping every `composer update` from blocking on interactive input even in automated contexts.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v0.2.0 ↗ laravel/multiplex
  2. [2] Wait for a command's output to drain before reporting its exit ↗ laravel/multiplex
  3. [3] v0.2.1 ↗ laravel/multiplex
  4. [4] [13.x] Add the timeout in JobTimedOut ↗ laravel/framework
  5. [5] v2.5.3 ↗ laravel/boost

Quick answers

What shipped in Laravel on August 7, 2026?
Multiplex v0.2.1 now runs inline when piped or invoked from CI instead of failing, making it viable for Makefiles and automated tooling. In total, 25 commits, 16 pull requests, and 7 releases landed.
Who contributed to Laravel on August 7, 2026?
9 developers shipped this update, including lazerg, pushpak1300, timacdonald, laravel-nightwatch-permissions[bot], Jack Bayliss, Lucas Michot, keibass, and Bram, and 1 more.
What were the notable Laravel updates?
v0.2.0, Wait for a command's output to drain before reporting its exit, and v0.2.1.

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?