Added new Resource but it is not showing on the left navigation?
I have created a new Resource for example setting but it doesn't even show on the left side navigation?
The only way I can show a new menu to the left side navigation is by doing a command
php artisan make:filament-page Setting
What's the reason why the Resource is not showing on the menu navigation?
16 Replies

do you have a policy for this model
Your UserResource isn't showing either. Can you share your Provider
@Dan Harrin when I created the SettingResource it doesnt have a policy.
share the AdminPanelProvider
@Illizian

TODO
I think the project is setup differently ?
THIS NEEDS TO BE REENABLED ONCE WE START THE MIGRATION TO FILAMENT
lol
You've disabled the resources LOL
Where is it ?

oh this one ?//->discoverResources(in: app_path('Filament/Resources'), for: 'App\Filament\Resources')
Check your screenshot. There's a big "TODO" there
😅
Ahh apologies.
I am very new to this Framework sorry
Creating a new resource does not include the policy right?
include(/Users/oliver/Herd/certle/vendor/composer/../../app/Policies/SettingPolicy.php): Failed to open stream: No such file or directory