F
Filament2mo 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 ... ?...
Jump to solution
4 Replies
LeandroFerreira
LeandroFerreira2mo ago
You can create multiple widgets. What is the issue?
jmrufo
jmrufo2mo ago
I'm building a dashboard and I'd like to have several StatsOverview widgets to display information. I've created one without any problems but I don't know how to create a second widget of the same type to also display it on the dashboard. Regards.
Solution
LeandroFerreira
LeandroFerreira2mo ago
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 ... ?
jmrufo
jmrufo2mo ago
Perfect, thanks a lot for the help. I had tried it but giving a different name to the widget and it didn't work. Regards.
Want results from more Discord servers?
Add your server