FilamentPHP v4: The Best Laravel CMS Just Got Smarter
FilamentPHP v4 is here. Faster. Smarter. More powerful. Why it matters for devs and content creators: Better performance means less wait time, Tailwind CSS v4 brings cleaner themes and faster builds, MFA adds security without complexity, Nested resources and client-side scripts cut boilerplate, Custom-data tables, rich editing, bulk actions—all built-in.
FilamentPHP v4 is here. Faster. Smarter. More powerful.
Why it matters for devs and content creators:
- Better performance means less wait time.
- Tailwind CSS v4 brings cleaner themes and faster builds.
- MFA adds security without complexity.
- Nested resources and client-side scripts cut boilerplate.
- Custom-data tables, rich editing, bulk actions—all built-in.
What’s New in Filament v4
1. Blazing Fast Performance
Tables render 2–3× faster. Fewer Blade views. Less HTML. Your app feels snappy.
2. Tailwind CSS v4 & Dynamic Colors
Responsive, modern design system. Theming uses OKLCH color model — more accurate, more vivid.
3. Built-In Multi-Factor Authentication
Out-of-the-box support for TOTP (like Google Authenticator) and email codes. Extra security, zero fuss.
4. Nested Resources
URLs and breadcrumbs reflect resource hierarchy. Organize content like Lessons inside Courses with ease.
5. Rich New Form Fields
TipTap editor, sliders, code editor, table repeater—all new. TipTap supports custom blocks, merge tags, and private image uploads.
6. Client-Side JS Helpers & Partial Rendering
Cut the trips to the server. Use hiddenJs() and afterStateUpdatedJs() to hide or update UI instantly.
Partial rendering updates just what changes.
7. Tables Backed by Custom Data
No Eloquent model? No problem. Use arrays or APIs. Tables still support search, sort, pagination, and actions.
8. Bulk Actions, Upgraded
Improve authorization per record. Notify users with success/failure counts grouped by reason. Backend chunking boosts speed.
9. Unified Actions Across UI
One namespace for all actions. One import. More reusability across tables, forms, and infolists.
10. Refined Docs & DX Improvements
More examples. Cross-references. Cleaner structure. Docs are easier to navigate.
11. Extra Developer Tools
Enums with IDE hints (like Heroicon), FilamentTimezone, ISO formatting, and form state retention when creating multiple records.
Release and Upgrade
Released August 12, 2025 — officially stable.
Installation and migration from v3 → v4 is smooth. Upgrade scripts handle most of the work.
Developers on Reddit report:
“Upgrade tool helps a lot... biggest thing was upgrading to Tailwind 4.”
“Some plugins not ready yet—give authors time.”
Why Filament v4 Wins for CMS Builders
Because building admin panels should be easy:
- Fast development, fast performance — UI-heavy pages now respond in a flash.
- Fewer surprises — Client-side JS, improved docs, and powerful form tools mean less debugging.
- Modern, accessible UI — With Tailwind v4, nested structure, better accessibility, and theming controls, interfaces look and work better.
- Secure by default — MFA baked in—no plugin, no hustle.
If you're building admin panels, dashboards, user portals—or even custom CMS features—Filament v4 lowers the friction dramatically.
Quick Feature Summary
- Performance: Tables render 2–3× faster; fewer Blade views.
- Tailwind v4: OKLCH color model, faster builds.
- MFA: Out-of-box support with TOTP + email codes.
- Nested Resources: Logical URLs, better content hierarchy.
- New Fields: TipTap editor, sliders, code editor, repeaters.
- Client-Side Helpers:
hiddenJs(),afterStateUpdatedJs(), partial rendering. - Custom Data Tables: Support arrays, APIs—no Eloquent needed.
- Bulk Actions: Per-record auth, error grouping, chunk processing.
- Unified Actions: One namespace for all UI actions.
- Developer Tools: Heroicon enums, timezone setter, ISO formats.
- Docs: Cleaner structure, more examples, better cross-reference.
🤝 Need a Custom RSVP System or Dashboard?
I help businesses build tools that actually work — even on tight deadlines.
Whether you're planning an event, need internal tools, or want a custom dashboard for your team — I can help.
Reach out
📧 Email: safi.abdulkader@gmail.com | 💻 LinkedIn: @abdulkader-safi | 📱 Instagram: @abdulkader.safi | 🏢 DSRPT
Drop me a line, I’m always happy to collaborate! 🚀
Building scalable systems and developer-first tools. Lead Software Engineer at DSRPT.
Related articles
Frequently asked
-
Filament v4 brings tables that render two to three times faster with fewer Blade views, an upgrade to Tailwind CSS v4 with the OKLCH color model, and built-in multi-factor authentication using TOTP and email codes. It also adds nested resources, new form fields like the TipTap editor, sliders, a code editor and table repeaters, client-side JavaScript helpers, custom-data tables that work without an Eloquent model, upgraded bulk actions, and a unified actions namespace. Overall it focuses on better performance, security, and developer experience.
-
Filament v4 was released on August 12, 2025, and it is officially stable. It is ready for production use, and the project provides a smooth migration path from v3 to v4.
-
The upgrade is designed to be smooth, with upgrade scripts that handle most of the work of migrating from v3 to v4. Developers have reported that the upgrade tool helps a lot, with the biggest effort being the move to Tailwind CSS v4. One thing to watch for is that some third-party plugins may not be updated for v4 right away, so you may need to give plugin authors time to catch up.
-
Yes, Filament v4 includes multi-factor authentication built in, with no extra plugin required. It supports TOTP apps like Google Authenticator as well as email codes, so you can add an extra layer of security with minimal setup.
-
Yes. Filament v4 supports tables backed by custom data, so you can populate them from arrays or APIs instead of an Eloquent model. These custom-data tables still support search, sorting, pagination, and actions, making them flexible for data that does not live in your database.