MySQL invisible indexes let you test whether an index is safe to drop without a destructive change. Here is how PHP and Laravel developers can use them.
Laravel 13.17 promotes route metadata to a first-class attribute with dot-notation reads and group cascading that survives route:cache. Here is how to use it.
How Laravel 13.10 makes queue workers cheaper to run with --stop-when-empty-for, the WorkerIdle event, and SQS overflow storage for oversized job payloads.
A practical guide to Pest 4 browser testing in Laravel: setup, the sign-in flow, smoke assertions, subdomain testing with withHost, and visual regression.
A hands-on guide to feature flags with Laravel Pennant covering scopes, rich values, gradual rollouts with Lottery, testing, and cleanup in production.
Laravel's Interruptible interface lets queued jobs catch SIGTERM during deploys, so long-running work can stop loops, release locks, and save state cleanly.
Laravel Boost feeds Claude Code and Cursor version-aware guidelines, on-demand skills, and 17,000+ docs so they write idiomatic Laravel instead of generic PHP.
Filament v4 is now at 4.11 with faster table rendering, a TipTap editor, nested resources, and dead-simple MFA. Here is what PHP developers should know.
Pest 4 brings Playwright-powered browser testing to PHP with the visit() helper, smoke tests, visual regression, and parallel sharding. Here is how it works.
PHP 8.5 adds clone with syntax to update readonly properties while cloning. Learn how to ditch boilerplate wither methods and write cleaner immutable objects.
PHP 8.5's pipe operator (|>) enables clean left-to-right function chaining. Learn practical examples, Laravel integration with Spatie's Piper, and what comes next.
NeoVim 0.11 and 0.12 dramatically simplified PHP LSP setup. Learn how to configure phpactor, Treesitter, Blade support, and Laravel Pint with minimal config.
Master AlpineJS state management with $store, $persist, and $dispatch. Practical patterns for PHP, Laravel, and Livewire developers building reactive UIs.
FrankenPHP is now an official PHP Foundation project. Here's how worker mode delivers 15,000 req/sec and what it means for your Laravel and Symfony apps.
Laravel Reverb gives PHP developers a self-hosted WebSocket server that plugs directly into Laravel's broadcasting system — no Pusher account required.
NativePHP Mobile lets PHP developers build native iOS and Android apps using Laravel. Here's a practical guide to its APIs, setup, and native device features.
NeoVim with LazyVim gives PHP developers a fast, keyboard-driven IDE with LSP support, testing integration, and Blade syntax highlighting. Here's how to set it up from scratch.
NativePHP 3.1 changes the game with a single-boot architecture that dramatically improves performance. There's never been a better time to build desktop and mobile apps with Laravel.
Claude Code isn't just for JavaScript developers. Here are real workflow patterns for PHP developers — from plan mode to test generation to MCP integrations.