Relations with own pages
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#relation-pages
Instead of managing it all using frames, I'd like them to have separate pages
'addresses' => Pages\ManageCustomerAddresses::route('/{record}/addresses'),
something like
'addresses' => Pages\ManageCustomerAddresses::route('/{record}/addresses/{address}/edit'),
any idea how to achieve that?2 Replies
Instead of managing it all using frames, I'd like them to have separate pagesWhat do you mean by "using frames"? The modals? I think you could create an "EditCustomerAddress" page and link it from the relation manager page
yes, using modals, but EditCustomerAddress doesn't work in that way because we can't really pass {address} param, the default one is {record}