Troner
My custom filament page is showing the wrong sidebar from different panel
Oh shit, now i know my mistake 🤦♂️, i commented out ->discoverPages and didn't add my page in ->pages([]). It works now, thanks for helping. Also i removed it from web.php
9 replies
My custom filament page is showing the wrong sidebar from different panel
i made a new page for testing with
php artisan make:filament-page TestPage
and selected the user panel and then register it in web.php
with Route::get('test-page', \App\Filament\Pages\TestPage::class);
and then i get the sidebar from the admin. Also i now use ->path('/')
in UserPanelProvider9 replies