Commands.app

php artisan make:filament-widget

Widgets

Create a new Filament dashboard widget

Options & Flags
Available options for this command
--resource

Attach widget to resource

--chart

Create chart widget

--table

Create table widget

--stats-overview

Create stats overview widget

Examples
Common usage examples

Create stats overview widget

php artisan make:filament-widget StatsOverview --stats-overview

Create chart widget

php artisan make:filament-widget BlogPostsChart --chart

Create table widget

php artisan make:filament-widget LatestOrders --table
Notes
  • Display on dashboard or resource pages
  • Support charts, stats, and tables
Related Commands
You might also find these useful