Total orders
1,080
Custom Dashboards
Give users a drag-and-drop builder for stats, charts, and tables. Choose the models and fields they can use, with separate sharing settings for every dashboard.
Dashboard builder
Users choose their stats, charts, and tables, filter the data in each widget, and arrange the dashboard to suit their work.
Shop dashboard
Total orders
1,080
Total revenue
$1.06m
Avg. order value
$985
Cumulative revenue
Last 12 months
Recent orders
Share dashboard
Share dashboards with individual users, or register your application’s team and organization models for group access.
Alex Morgan
Can edit, share, and delete
Taylor Reed
Can view and edit
Jordan Lee
Can view
Integration
Expose the models, attributes, and relationships users can build with, while retaining your application’s policies and tenancy.
Your Eloquent models, policies, and tenancy.
The fields and relationships dashboard editors can use.
Stats, charts, tables, flexible layouts, and filters for each widget.
Assign Owner, Write, and Read roles for each dashboard.
Guided setup
The installer publishes the migrations, connects your panel theme, and registers the plugin.
php artisan filament-cd:install
Documentation
Read the installation guide
Use configurable stats, tables, and charts, or register custom widgets from your application.
Configuration
Register a data source for your model and define the attributes available in the builder.
public function getAttributes(): array
{
return [
TextAttribute::make('status'),
NumberAttribute::make('price'),
DateAttribute::make('created_at'),
];
}
class OrderWidgetDataSource extends EloquentWidgetDataSource
{
protected ?string $model = Order::class;
public function getAttributes(): array
{
return [
TextAttribute::make('status'),
NumberAttribute::make('price')->money('USD'),
DateAttribute::make('created_at'),
];
}
}
Those fields become options for stats, charts, tables, and per-widget filters.
Pricing
Every license includes 1 year of updates, including compatibility updates for new Filament major versions.
1 year of updates included
1 year of updates included