Filament allows you to build dynamic custom dashboard widgets very easily. To get started building aDocumentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Stats widget:
/Widgets directory of the Filament directory, and a view in the /widgets directory of the Filament views directory.
Widgets are pure Laravel Livewire components, so may use any features of that package.
Pre-built widget templates are coming soon.
Disabling the Default Widgets
By default, two widgets are displayed on the dashboard. These widgets can be disabled by updating thewidgets section of the configuration file. Updating each entries to false will remove the corresponding default widget from the dashboard.