Route [filament.admin.pages.dashboard] not defined.
I have a custom Dashboard page:
And it registers itself, as I can see in the sail artisan route:list command:
So the name it is given is filament.admin.pages.dashboard. But when I do this call in
I get the error Route [filament.admin.pages.dashboard] not defined. ?
And it registers itself, as I can see in the sail artisan route:list command:
So the name it is given is filament.admin.pages.dashboard. But when I do this call in
AdminPanelProvider:I get the error Route [filament.admin.pages.dashboard] not defined. ?