RepoJournal
Laravel

@laravel

PHP's most popular framework — Forge, Vapor, and a massive paying audience

Pick a date

Topics: PHP Full archive →

The Wire · Showcase

Laravel AI Ships Rector Cleanup, Framework Tightens Test Infrastructure

By RepoJournal · Filed · About Laravel

Laravel AI 0.9.1 landed with Rector automation to modernize syntax across the stack, while the framework continues stripping redundant timezone handling from its test suite.

Laravel AI pulled the trigger on Rector integration [1], mirroring laravel/boost's config to automate syntax modernization, type tightening, and dead code removal across src and tests. This is the pattern you want: set Rector once, apply it everywhere, skip only the rules that touch public API. The release also shipped v0.9.1 [2] with tool choice support for Gemini, OpenAI, and Anthropic, plus fixes to attachment provider options and dead DALL-E-3 cleanup. Over in framework, the Carbon cleanup work continues [3], centralizing per-test `date_default_timezone_set('UTC')` calls into `AfterEachTestSubscriber` and swapping redundant Carbon resets. Framework also raised PHPStan to level 2 temporarily [4] to catch docblock typos that confuse static analysis, fixing parameter names in job event handlers [5]. These are the unglamorous moves that keep codebases breathing.

Action items

References

  1. [1] Add Rector and Laravel Rector, apply automated refactors ↗ laravel/ai
  2. [2] v0.9.1 ↗ laravel/ai
  3. [3] [13.x] Continue Carbon::setTestNow() cleanup from #60761 ↗ laravel/framework
  4. [4] [13.x] Fix typos in doc blocks ↗ laravel/framework
  5. [5] fix: incorrect parameter name in raiseJobAttemptedEvent docblock (#60791) laravel/framework

Quick answers

What shipped in Laravel on July 16, 2026?
Laravel AI 0.9.1 landed with Rector automation to modernize syntax across the stack, while the framework continues stripping redundant timezone handling from its test suite. In total, 10 commits, 6 pull requests, and 1 releases landed.
Who contributed to Laravel on July 16, 2026?
5 developers shipped this update, including pushpak1300, lucasmichot, axlon, Marek Miklušek, and Taylor Otwell.
What were the notable Laravel updates?
Add Rector and Laravel Rector, apply automated refactors, v0.9.1, and [13.x] Continue Carbon::setTestNow() cleanup from #60761.

More from @laravel

Daily updates, in your inbox

Follow Laravel

PHP's most popular framework — Forge, Vapor, and a massive paying audience We'll email you a link to confirm first.

Free. Confirm via email. Unsubscribe in one click.

— or follow the whole beat:

Elsewhere on the wire