FilamentF
Filament17mo ago
daniik

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]


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.


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.
Was this page helpful?