getPages not working on Custom Page
I am trying to redirect a View Custom page to another Custom Page.
So I added this on Notificaiton custom Page
The EditNotification is another custom page where I wanted to show specific datas
However I do not see the route on phpartisan list causing me to have
So I added this on Notificaiton custom Page
The EditNotification is another custom page where I wanted to show specific datas
However I do not see the route on phpartisan list causing me to have
Route [filament.pages.notifications.edit] not defined.
Solution
Was able to solve it by using this on custom page
protected static ?string $slug = 'notification/{slug}/edit';