101 wires and counting

$ 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

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good morning, this isn't your newsletter.

One email a day. Unsubscribe in one click.

$ status

wire 2026-08-29
stories 3

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Maestro starter kits move to Vite+

By RepoJournal · Filed · About Laravel

All 21 Laravel starter kit variants now use Vite+ 0.3, unifying linting, formatting, and type checking across the stack.

Laravel Maestro migrated every starter kit variant to Vite+ 0.3 for development and builds [1]. This replaces the separate ESLint and Prettier setup with a single `vp check` command that runs Oxlint, Oxfmt, and tsgolint [2]. React now uses `@vitejs/plugin-react` v6 with `@rolldown/plugin-babel`, and lint warnings are treated as failures, so generated kits and Fortify combinations run cleanly [1]. The commit notes that the change removes roughly 13 ESLint/Prettier devDependencies [2]. A follow-up commit ignores `composer.json` in Vite+ formatting to avoid churn on PHP composer files [3].

Quick answers

What shipped in Laravel on August 29, 2026?
All 21 Laravel starter kit variants now use Vite+ 0.3, unifying linting, formatting, and type checking across the stack. In total, 2 commits and 1 pull requests landed.
Who contributed to Laravel on August 29, 2026?
1 developer shipped this update, including WendellAdriel.
What were the notable Laravel updates?
Migrate all starter kits to Vite+, Migrate all starter kits to Vite+ (#60), and Ignore `composer.json` in Vite+ formatting.