118 wires and counting
$ status: archived — this briefing has stopped; the archive stays readable. browse live briefings →

$ status

wire 2026-07-23
stories 15

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

LARAVEL LSP FIXES CONFIG COMPLETIONS, FRAMEWORK TIGHTENS TEST PATTERNS

By RepoJournal · Filed · About Laravel · Composed from the cited sources · methodology

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].

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.