Laravel Magazine
Filament v5 Lands with Livewire 4 Support and the Blueprint AI Tool

Filament v5 Lands with Livewire 4 Support and the Blueprint AI Tool

Eric Van Johnson ·

The Filament team shipped v5 on January 16, 2026, and if you were bracing for another big migration after the substantial v4 release last summer, you can relax. This is one of the most deliberately boring major version bumps you will ever see — and that is exactly the point.

v5 Exists for One Reason: Livewire v4

Filament is built on Livewire, so when Livewire ships a new major version, Filament has to follow. Livewire v4 introduced changes significant enough to require a coordinated release, and rather than bundle a pile of new features on top, the Filament team made a smart call: release v5 with the sole purpose of supporting Livewire v4, and keep it otherwise identical to v4.

The official line from the team is blunt and reassuring — there are no functional changes between Filament v4 and v5 beyond Livewire v4 support. New features will continue to ship for both major versions going forward, so v4 users are not being left behind on a dead branch.

What Livewire v4 Brings to the Table

The real improvements come from the Livewire layer underneath. Livewire v4 makes the front end feel noticeably snappier:

  • Parallel live updates. Previously, wire:model.live requests were queued and processed one at a time. In v4 they run in parallel, so typing in a live-bound field feels immediate instead of laggy.
  • Non-blocking polling. Polling no longer blocks other interactions, so a dashboard that refreshes on a timer stays responsive while the user is doing something else.

For data-heavy Filament admin panels — exactly the kind of app people build with Filament — these are the differences between an interface that feels sluggish and one that feels instant.

Meet Filament Blueprint

The genuinely new thing launched alongside v5 is Filament Blueprint, a premium tool aimed at AI-assisted development. Blueprint is a Laravel Boost extension that gives AI coding agents deep, structured knowledge of Filament — its components, conventions, and best practices.

The idea is straightforward but powerful. Out of the box, an AI agent knows Filament only as well as whatever it scraped from documentation during training, which means it hallucinates method names, mixes up v3 and v4 APIs, and writes plausible-looking code that does not run. Blueprint feeds the agent accurate, current, structured information so it can produce detailed implementation plans and code that actually matches the version you are using.

Blueprint works with both Filament v4 and v5, so you do not need to upgrade just to use it. If you have been letting an AI assistant scaffold Filament resources and fighting its outdated guesses, this is the team's official answer to that problem.

The Upgrade Is Almost Nothing

Because v5 is functionally identical to v4, the upgrade path is about as gentle as a major version gets. There are no manual steps required, and Filament ships an upgrade script that checks for compatibility issues and applies the necessary changes automatically:

composer require filament/upgrade:"^5.0" -W --dev
php artisan filament:upgrade

Run the script, review the changes, run your test suite, and you are done. The team's guidance is clear: most apps will upgrade in minutes, not days.

Should You Upgrade?

If you are on Filament v4 and not using Livewire v4, there is no urgency — both versions are actively maintained and will keep receiving features. Upgrade when you want Livewire v4's responsiveness improvements, or when a package you depend on requires it.

What is most encouraging here is the philosophy. After the big-bang feeling of v4, the Filament team chose to make v5 a clean, low-risk release that decouples "we need to support a new Livewire" from "here is a pile of breaking changes." That is a mature way to run a major open source project, and it is the kind of release that makes you trust the maintainers with your production admin panels.


Sources: Laravel News — Filament v5 Released · Introducing Filament v5 and Filament Blueprint · Filament on X

Stay Updated

Subscribe to our newsletter

Get latest news, tutorials, community articles and podcast episodes delivered to your inbox.

Weekly articles
We send a new issue of the newsletter every week on Friday.
No spam
We'll never share your email address and you can opt out at any time.