Livewire v4.2.0 Released with Security Hardening and Laravel 13 Support
Livewire v4.2.0 adds Laravel 13 support, reactive props during boot hooks, a new $errors.clear() method, and seven security hardening improvements.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Livewire v4.2.0 adds Laravel 13 support, reactive props during boot hooks, a new $errors.clear() method, and seven security hardening improvements.
It's hard to believe that we're already celebrating Filament's fifth birthday, so it seems fitting to take a stroll down memory lane and look at all the major milestones that Filament has achieved throughout its five year run. Whether you've been around since the beginning and want a hit of nostalgia, or you're new to the Filament community and want to see where Filament as you know it today came from, this post is worth the read!
Inertia v2.3.16 adds Boost guidelines and skills documentation and bumps the Svelte Kit dependency to 2.52.2.
We've come a long way since Filament's v1 release, and today, on Filament's fifth birthday, we launch a project that has been many months in the making: Filament's new rebrand!
Discover Laravel Skills, a new community directory for reusable AI agent skills that work with tools like Claude Code, Cursor, and Copilot.
Stripe goes down on a Friday night and your queue workers don't know it. Every job hangs, retries, and blocks everything else. In this video, I break a simulated Stripe endpoint on purpose and show how Fuse for Laravel, the circuit breaker package I presented at Laracon India, automatically protects your queue, delays failing jobs, and recovers when the API comes back.
Laravel v12.53.0 introduces Cache::funnel() for concurrency limiting backed by any lock-capable cache driver, adds named argument support to event dispatching and broadcasting, and extends PostgreSQL full-text search with pre-computed tsvector column support.
Blaze is a Blade compiler from the Livewire team that pre-compiles anonymous Blade components into optimized PHP functions to reduce rendering overhead and speed up component-heavy apps
Chief is a CLI tool that lets you build large projects with Claude Code by decomposing work into discrete tasks and running them iteratively.
Create Laravel commands for your OpenAPI specs with Laravel OpenAPI CLI