Official Laravel Zed Extension: LSP for PHP & Blade
The official Laravel extension for Zed wires up Laravel LSP, giving you completions, hovers, diagnostics, and code actions in PHP and Blade files. The post Official Laravel Zed…
Articles I found worth reading, with a short note on each.
The official Laravel extension for Zed wires up Laravel LSP, giving you completions, hovers, diagnostics, and code actions in PHP and Blade files. The post Official Laravel Zed…
Announced in Taylor Otwell's Laracon US 2026 keynote, Laravel Head is a first-party package that manages your document head with a fluent API covering titles, Open Graph, robots…
Run php artisan doctor to check your Laravel app's environment, config, database, queue, and storage, then let it auto-fix what it safely can. The post Laravel Doctor: Diagnose…
JetBrains has released PhpStorm 2026.2 with a new Laravel tool window, a FileReference attribute for PHP, PHP 8.5 pipe operator support, and an agent skills manager. The post…
cpx 2.0 is a full rewrite of the Composer package executor. It runs a command from any Composer package without adding it to your project, prefers the binaries your project…