Laravel LSP, Pest 5, Laracon US 2026 — A Day With Laravel #062 | A Day With Laravel
All articles<br>Laravel LSP, Pest 5, Laracon US 2026 — A Day With Laravel #062<br>Aug 1, 2026•6 min read<br>pestlaraconlsp
a]:no-underline prose-h3:[&>a]:no-underline prose-h4:[&>a]:no-underline prose-h5:[&>a]:no-underline prose-h6:[&>a]:no-underline prose-a:underline prose-a:decoration-dotted prose-a:underline-offset-2">Laravel ecosystem news — August 1, 2026<br>Table of contentsEDITO<br>Hey Laravel artisans 👋<br>The ecosystem gathered in Boston this week for Laracon US 2026 — and what a conference! Taylor Otwell's keynote delivered a flood of announcements: Laravel LSP , the official language server bringing Laravel-aware autocomplete to every editor, CPX 2.0 (PHP finally gets its npx!), and a big Cloud push with scale-to-zero across the whole stack and Next.js/Nuxt deployments.<br>To top it all off, Nuno dropped Pest 5 on stage, with its Test Impact Analysis engine that took Laravel Cloud's suite from 3 minutes to 5 seconds. Yes, you read that right.<br>It's a packed issue — enjoy, and happy coding 💻<br>— Fred<br>🚀 Framework & Releases<br>Everything Announced at Laracon US 2026<br>Published July 29, 2026 — Laravel Blog<br>Taylor Otwell's keynote covered a lot of ground. On the framework side: Laravel LSP, Blade support in Pint, the artisan dev command, debounced jobs, refreshable locks, and the head tag API. On the Cloud side: scale-to-zero Flex (your whole stack, MySQL included, wakes in under 500 ms), managed queues that scale to zero, a secrets manager, and Next.js/Nuxt deployments from the same repo.<br>» Read the article<br>Laravel LSP — Laravel intelligence in any editor<br>Published July 28, 2026 — Laravel News<br>Announced on stage at Laracon US, Laravel LSP is a first-party language server that generalizes the VS Code extension's features to any LSP-capable editor: completions for routes, views, translations, config keys and container bindings, plus hover, diagnostics, and go-to definition. One-line install with composer global require laravel/lsp — NeoVim, Zed, Sublime Text, Cursor, and even OpenCode are supported.<br>» Read the article<br>Pest 5 — Test Impact Analysis, agent plugin, and evals<br>Published July 29, 2026 — Laravel News<br>Nuno Maduro announced Pest 5 on stage in Boston, tagging v5.0.0 during the conference. Highlights: the TIA engine that only re-runs tests affected by your changes (Laravel Cloud's 19,000+ test suite went from 3 minutes to 5 seconds), an agent plugin giving AI one command to verify its changes, an evals plugin scoring LLM output through expect(), plus first-party PHPStan and Rector plugins. Requires PHP 8.4 and PHPUnit 13.<br>» Read the article<br>Laravel 13.23.0 — monthly log driver, SES tenants, using() for PostgreSQL<br>Released July 27, 2026<br>This release adds a monthly log driver (one file per month, sitting between single and daily), X-SES-TENANT-NAME header support for isolating SES sending reputation in the v2 transport, a ->using() clause on ->change() migrations for PostgreSQL, and a timing-safe comparison for the maintenance mode bypass secret.<br>» View release note<br>Livewire v4.3.4 — Fixes and a renderless wire:model<br>Released July 31, 2026<br>Livewire 4 keeps rolling out fixes: stale reactive snapshots on overlapping wire:model.live requests, validateOnly() retaining previous field messages, HTTP redirects misparsed as Livewire payloads, and a new renderless wire:model for binding a property without rendering an element.<br>» View release note<br>📦 Packages & Plugins<br>CPX 2.0 — The npx for PHP, rebuilt by Laravel<br>Published July 31, 2026<br>CPX is to Composer what npx is to npm: run a command from any Composer package without adding it to your composer.json. Version 2.0, now a first-party laravel/cpx package, prefers your project's local binary when it exists, supports personal aliases, running PHP files straight from a GitHub gist, and returns JSON when an AI agent is driving it.<br>» Read the article<br>Queue-SQL — Mass writes across parallel queue jobs<br>Published July 29, 2026<br>By Kamran Atayev, Queue-SQL turns mass UPDATE and DELETE statements into batches of parallel queued jobs: it slices your primary key range into bounded chunks and dispatches a Bus::Batch with then, catch, finally, throttling, and CLI monitoring (queue-sql:status --watch). Perfect for backfills without locking your database for minutes.<br>» Read the article<br>📘 Articles & Tutorials<br>Laravel AI SDK: Human-in-the-loop approval for agents<br>Published July 30, 2026 — Laravel News<br>Agents built with the Laravel AI SDK can now pause before acting: the new human-in-the-loop (HITL) API intercepts specific tool calls and waits for a decision — approve, deny, or modify — before an agent executes a sensitive action. Bonus: built-in filesystem tools, a zero-config Str::summarize(), and multimodal embeddings for images and audio.<br>» Read the article<br>🎥 Videos & Talks<br>Laracon US 2026: The keynotes, replayed<br>*Broadcast July 28-29, 2026 — YouTube<br>Missed the conference? Taylor Otwell's keynote (Laravel LSP,...