F
Filament2mo ago
zall

dashboard

I have 3 widgets but not rendering in dashboard Delfault
No description
Solution:
if you are optimizing Filament you should run
php artisan filament:optimize-clear
php artisan filament:optimize-clear
...
Jump to solution
5 Replies
LeandroFerreira
LeandroFerreira2mo ago
Is there a discoverWidgets in the panel?
$panel
...
->discoverWidgets(in: app_path('Filament/Widgets'), for: 'App\\Filament\\Widgets')
$panel
...
->discoverWidgets(in: app_path('Filament/Widgets'), for: 'App\\Filament\\Widgets')
zall
zallOP2mo ago
is there
No description
zall
zallOP2mo ago
not effect
No description
Solution
LeandroFerreira
LeandroFerreira2mo ago
if you are optimizing Filament you should run
php artisan filament:optimize-clear
php artisan filament:optimize-clear
zall
zallOP2mo ago
thanks you so much is work usually does not use -clear

Did you find this page helpful?