Resource not in sidebar
I have installed new filament application and Resources is not appearing in navigation menu. I have read from this trick https://v2.filamentphp.com/tricks/admin-panel-resource-not-in-sidebar but i don't have any policy on my app.
Filament
Admin panel resource not in sidebar by Dan Harrin - Tricks - Filament
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
16 Replies
What resource? did you create the resource?
Yes i do create it, its a Product resource, all the files are also generated
No i don't used those, its a fresh installed application
Ok, so you don't have any policies, and when you create using
php artisan make:filament-resource Product
it doesn't display at all?Yes, i also make category resource which too is not display
what if you try to access directly using
url/products
? what did you get?i got 404 error
can you screenshot your app directory structure for these resource
Here is my folder structure, the files are generated successfully
I have installed a custom theme on my apps can that make a problem??
wdym? what others theme?
Theme made using php artisan make:filament-theme, i don't really think that is the problem but its the only change i made to app
That's not the problem, and also I don't know what is.. I guess there are some others which prevents displaying. Can you create new
laravel
and check for like UserResourceI can see it on another system, I am using homestead and that might caused some other problems, it was not the filament problem i supposed.
Thank you for your response
oh, maybe.. and wc