RepoJournal
Laravel

@laravel

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

What actually shipped in Laravel, written up every day — commits, pull requests, releases, and security advisories.

One email a day. Unsubscribe in one click.

Pick a date

Topics: PHP Full archive →

The Wire · Showcase

LARAVEL LSP FIXES CONFIG COMPLETIONS, FRAMEWORK TIGHTENS TEST PATTERNS

By RepoJournal · Filed · About Laravel

Laravel LSP v0.0.27 shipped with a critical fix for dotted config key completion, while the framework enables 16 Rector rules to modernize test patterns across 13.x.

The LSP got a targeted upgrade [1] that solves a completion gap when typing into config keys: the server now advertises dot as a trigger character and recognizes incomplete single-quoted arguments, so completions flow naturally through dotted paths like `config('app.' [2]. Framework 13.x is tightening its test infrastructure [3], enabling 16 previously-skipped Rector rules including `ClassOnThisVariableObjectRector`, `StaticToSelfOnFinalClassRector`, and `ClosureFromCallableToFirstClassCallableRector`, which collectively modernize assertions and callable syntax across the codebase. Two framework PRs address streaming and queue edge cases: one restores Guzzle PSR-7 stream support in HTTP fake responses [4], and the other fixes `Mailer::later()` to properly handle queue name strings instead of type-mismatching them [5]. Pint's GitHub Actions dependency bumped to 7.0.1 [6], and Maestro synced Laravel skeleton changes from 13.x [7].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v0.0.27 ↗ laravel/lsp
  2. [2] Fix config completions after typing a dot ↗ laravel/lsp
  3. [3] [13.x] Enable additional Rector rules ↗ laravel/framework
  4. [4] [13.x] Support stream bodies in HTTP fake responses ↗ laravel/framework
  5. [5] [13.x] Fix queue name parameter in Mailer::later() ↗ laravel/framework
  6. [6] Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group ↗ laravel/pint
  7. [7] Sync Laravel skeleton changes ↗ laravel/maestro

Quick answers

What shipped in Laravel on July 23, 2026?
Laravel LSP v0.0.27 shipped with a critical fix for dotted config key completion, while the framework enables 16 Rector rules to modernize test patterns across 13.x. In total, 7 commits, 7 pull requests, and 1 releases landed.
Who contributed to Laravel on July 23, 2026?
7 developers shipped this update, including dependabot, Titas Gailius, github-actions[bot], github-actions, lucasmichot, drewmt, and Button99.
What were the notable Laravel updates?
v0.0.27, Fix config completions after typing a dot, and [13.x] Enable additional Rector rules.

More from @laravel

Daily updates, in your inbox

Follow Laravel

What actually shipped in Laravel, written up every day — commits, pull requests, releases, and security advisories.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?