Creating a resource but is not appearing in navigation menu

20 minutes ago i have installed Filament.
Recompiled assets. Cleared Browser cache.
Run:
php artisan make:filament-resource Users --generate --soft-deletes

Resources 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 Dashboard

In 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.
image.png
image.png
image.png
image.png
Was this page helpful?