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 ECHO SHRINKS BUNDLES 33% ON VITE 8

By RepoJournal · Filed · About Laravel

Echo's move to Vite 8 and Rolldown cuts ESM bundle sizes by a third, but the real win is a fix for React Native consumers that were choking on import.meta.

Laravel Echo upgraded its build to Vite 8, swapping Rollup for Rolldown and cutting ESM bundle sizes by roughly 33% thanks to oxc-minify [1]. The PR also drops esbuild from the dependency tree entirely, replacing it with Vite's transformWithOxc [1]. Meanwhile, a separate fix ensures React Native consumers resolve to the CommonJS bundle, since Metro can't parse import.meta [2]. Over in the framework, a security report is flagged: a contributor asks Taylor Otwell to check email for a "serious security report" [3]. The same PR fixes a bug where literal dots in input keys like "profile.name" were mistaken for nested arrays [3]. Also in the framework, tests got a cleanup with fixture directories normalized to Fixtures [4], and a memcached test was pinned to eliminate second-boundary flakes [5]. Nightwatch added the ability to limit event ingestion per app or environment via an event listener, useful for controlling costs across shared caches [6].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] build: upgrade to vite 8 and migrate to unplugin-dts ↗ laravel/echo
  2. [2] fix(react): resolve react-native consumers to the commonjs bundle (#544) laravel/echo
  3. [3] [13.x] Treat literal dots in input keys correctly when rejecting unknown fields ↗ laravel/framework
  4. [4] Normalize test fixtures ↗ laravel/framework
  5. [5] Pin time in the memcached touch test to remove the second-boundary flake (#61301) laravel/framework
  6. [6] Allow limiting events ingested per app / env based on an event listener ↗ laravel/nightwatch

Quick answers

What shipped in Laravel on August 25, 2026?
Echo's move to Vite 8 and Rolldown cuts ESM bundle sizes by a third, but the real win is a fix for React Native consumers that were choking on import.meta. In total, 19 commits and 18 pull requests landed.
Who contributed to Laravel on August 25, 2026?
7 developers shipped this update, including timacdonald, KIKOmanasijev, taylorotwell, Martin Spasov, Jason McCreary, pataar, and dependabot.
What were the notable Laravel updates?
build: upgrade to vite 8 and migrate to unplugin-dts, fix(react): resolve react-native consumers to the commonjs bundle (#544), and [13.x] Treat literal dots in input keys correctly when rejecting unknown fields.

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?