Introduction
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
- Panel Builder
- Form Builder
- Table Builder
- Notification
- Actions
- Infolist Builder
- Widgets
- Core Concepts
Panel Builder
Build a Laravel admin panel, customer-facing app, SaaS, or anything you can imagine!
composer require filament/filament
-> Detail
The Filament Panel Builder pre-installs the Form Builder, Table Builder, Notifications, Actions, Infolists, and Widgets packages. No other installation steps are required to use these packages within a panel.
Form Builder
Easily build stunning Livewire-powered forms with over 25 components out of the box.
composer require filament/forms
-> Detail
Table Builder
Craft beautiful, optimized, and interactive Livewire-powered datatables for any situation.
composer require filament/tables
-> Detail
Actions
Open interactive modals and slide-overs - a great way to keep the user in the flow of the application.
composer require filament/actions
-> Detail
Infolist Builder
Display read-only information to users about a particular record, with a fully flexible layout.
composer require filament/infolists
-> Detail
Notifications
Notify your users of important events by delivering real-time messages using Livewire.
composer require filament/notifications
-> Detail
Widgets
Build a dashboard for your application, complete with real-time charts and stats.
composer require filament/widgets
-> Detail
Core Concepts
This section of the documentation contains information that applies to all packages in the Filament ecosystem.
-> Detail