php artisan make:filament-widget
WidgetsCreate a new Filament dashboard widget
Options & Flags
Available options for this command
--resourceAttach widget to resource
--chartCreate chart widget
--tableCreate table widget
--stats-overviewCreate stats overview widget
Examples
Common usage examples
Create stats overview widget
php artisan make:filament-widget StatsOverview --stats-overviewCreate chart widget
php artisan make:filament-widget BlogPostsChart --chartCreate table widget
php artisan make:filament-widget LatestOrders --tableNotes
- Display on dashboard or resource pages
- Support charts, stats, and tables
Related Commands
You might also find these useful