I'm using the package require mokhosh/filament-kanban that creates a custom page, i want to add that custom page to my resource pages subnavigation to be able to link it with a specific record like this: /{record}/tasks (like create and edit pages), but the problem since it's a regular page not a resource page it doesn't have the route method, i've tried other stuff with no result. How should i add my custom page to my other resource pages ?
#Add a custom page to a resource sub navigation
8 messages · Page 1 of 1 (latest)
Were you able to figure this out?
I changed but i think you can make it work by creating a custom page in your resource and adding the "InteractWithRecord" if i remember correctly
Try copying some of the related pages
By checking the ManageRelatedRecord class (something like that)
Thank you for getting back Milorn. That is a great idea.
My pleasure