FilamentF
Filament17mo ago
Pathros

edit page

I have created a resource in another panel, but it's not appearing in the navigation menu of that panel.
I don't have any policies in the models.
I have tried
protected static bool $shouldSkipAuthorization = true;

but it doesn't work.

in the route list of php artisan route:list, I do see the new resource route names, however, I don't see the newly created resource in the navigation menu. If i type the url of the resource, I see not found.

Any ideas how to debug it and fix it?
Was this page helpful?