[Filament v3] Resource not showing in sidebar
Hi everyone, I need help with my Filament v3 panel setup.
I created a resource using:
The resource works fine (form and table are defined), but it doesn't appear in the sidebar at all.
I already did:
Any idea what I might be missing?
Thanks in advance
I created a resource using:
php artisan make:filament-resource MahasiswaThe resource works fine (form and table are defined), but it doesn't appear in the sidebar at all.
I already did:
- Registered
DashboardPanelProviderinconfig/app.php - Set
.panel()to use->discoverResources(...) - Cleared caches with
php artisan optimize:clear - Verified that
App\Filament\Resources\MahasiswaResource::classexists
Any idea what I might be missing?
Thanks in advance