After updating to filament v3, resources are not shown.
My project has been updated to filament version 3, which displays only the getNavigationGroup but not the resources.
Solution:Jump to solution
1) Check whether you have the permissions
2) Did you run
artisan filament:upgrade
?
3) Do you have published view files?...10 Replies
It looks like this.
Are you using pages and resources in the app/Filament folder?
yes
This is how my folder structure looks.
what about
$panel->discoverResources()
?It already there
Solution
1) Check whether you have the permissions
2) Did you run
artisan filament:upgrade
?
3) Do you have published view files?Yeah, I got that I have executed the
composer update
but not the artisan filament:upgrade
command.
Thank you @Dennis KochPlease add it to you composer after update script as mentioned in the docs.
Yes, I've already added.