daniik
daniik
FFilament
Created by daniik on 8/12/2024 in #❓┊help
Register page outside the panels
Hi, I have a problem with register my custom page outside the panels and always got this error:
Unable to find component: [app.filament.livewire.pages.registration-request-page]
Unable to find component: [app.filament.livewire.pages.registration-request-page]
If I insert page into ->pages() property in one of my panels it work just fine, but then I've got this:
Method App\Filament\Livewire\Pages\RegistrationRequestPage::registerNavigationItems does not exist.
Method App\Filament\Livewire\Pages\RegistrationRequestPage::registerNavigationItems does not exist.
From this I deduce that I'm registering the page wrong, but I don't know where I should have added it when it's outside the panels. The page is similar to the registration page only it is for a different model so I used a custom page.
14 replies