Creating a resource but is not appearing in navigation menu
20 minutes ago i have installed Filament.
Recompiled assets. Cleared Browser cache.
Run:
Resources has been created, and in place.
IN docs:
I dont have any Policies created.
Dashboard panel does not have any other menu except
In
Dashboard /admin looks like screenshot, no menu a side.
I tried one from FIlament exmaple - php artisan make:filament-resource Customer --simple
Same result.
Stack i am on is in screenshot:
Latest laravel, livewire and filament.
Recompiled assets. Cleared Browser cache.
Run:
php artisan make:filament-resource Users --generate --soft-deletesResources has been created, and in place.
IN docs:
Have you created a resource, but it's not appearing in the navigation menu? If you have a model policy, make sure you return true from the viewAny() method.I dont have any Policies created.
Dashboard panel does not have any other menu except
DashboardIn
AdminPanelProvider all is as per default, i have no changes there.Dashboard /admin looks like screenshot, no menu a side.
I tried one from FIlament exmaple - php artisan make:filament-resource Customer --simple
Same result.
Stack i am on is in screenshot:
Latest laravel, livewire and filament.



