A powerful open source UI framework for Laravel
A

A powerful open source UI framework for Laravel

A powerful open source UI framework for Laravel

UI
31,290 stars
N/A forks
N/A contributors

README

Project documentation from GitHub

Filament: The Open Source UI Framework That Laravel Devs Are Talking About

If you've built admin panels, dashboards, or internal tools with Laravel, you know the drill: endless boilerplate, repetitive CRUD interfaces, and the constant tug-of-war between custom functionality and development speed. What if you could keep the power and flexibility of Laravel but skip the repetitive UI grunt work? That's exactly the gap Filament aims to fill.

It's not just another set of Blade components. Filament is a full-fledged, open source UI framework built specifically for Laravel, designed to help you build beautiful, dynamic interfaces for your applications—especially admin panels—at an incredible pace.

What It Does

In a nutshell, Filament provides a comprehensive set of tools and pre-built components for rapidly developing Laravel application backends. Think of it as a toolkit for building the parts of your app that your users don't typically see, but you spend most of your time on: admin panels, form-heavy data entry systems, dashboards, and settings areas. It integrates directly with your Eloquent models to automatically generate functional CRUD (Create, Read, Update, Delete) interfaces, tables, forms, and modals with minimal code.

Why It's Cool

The magic of Filament lies in its developer experience and its philosophy. Instead of forcing you into a rigid structure, it gives you powerful, reusable building blocks that get out of your way.

  • Livewire-Powered Interactivity: Built on top of Laravel Livewire, Filament's components are fully dynamic without you writing a line of JavaScript. Tables sort and filter, forms validate, and modals open—all with seamless Livewire-powered AJAX. It feels like a modern SPA, but it's all server-rendered PHP.
  • Form & Table Builders as First-Class Citizens: The form and table builders are exceptionally expressive. You can define an entire form layout with validation, custom fields, and complex relationships using a clean, fluent PHP syntax. The same goes for data tables, which come with built-in sorting, filtering, searching, and bulk actions.
  • Themeable & Extensible: While it comes with a clean, modern design (using Tailwind CSS), everything is customizable. You can publish the views, extend components, or create your own "plugins" and custom form fields to match your project's needs perfectly.
  • Beyond CRUD: It's easy to mistake Filament for just a CRUD generator. While it excels at that, it's also a robust framework for building any custom page or tool within your app's ecosystem. You can build standalone dashboards, widgets, and custom interactive panels.

How to Try It

The best way to get a feel for Filament is to spin it up in a fresh Laravel project. The installation is straightforward via Composer.

composer require filament/filament:"^3.0" -W

Did you like this issue?

Join our weekly newsletter

Related Projects

Love discovering amazing projects?

Help us continue bringing you the best open-source discoveries every week.

Back to Projects
Last updated: Dec 29, 2025