FilamentF
Filament16mo ago
jmrufo

Multiples Widget StatsOverview

Hello everyone.

I have a question. How can I insert several StatsOverview type widgets?

That is, I would like to place several widgets with different information so that they are in different rows.

Regards.
Solution
https://filamentphp.com/docs/3.x/widgets/stats-overview#overview
php artisan make:filament-widget StatsOverview1 --stats-overview
php artisan make:filament-widget StatsOverview2 --stats-overview
...
?
Was this page helpful?