Why doesn't dashboard appear?

I created custom dashborad and add use HasPageShield; and add ->pages([ Dashboard::class, ]) in AdminPanelProvider
No description
1 Reply
Jap
Jap12mo ago
try regenerating the policies maybe you created the custom dashboard after you installed the Shield Plugin.
php artisan shield:generate --ignore-existing-policies
php artisan shield:generate --ignore-existing-policies

Did you find this page helpful?