nested relation in filament 3
Book, Bookedition & Bookeditioncopies are the related modals. Bookedition has book_id and Bookeditioncopies has bookedition_id.
I have created book resource and relation manager for Bookedition. When clicked on book I am able to see all related book editions.
Now I want to add an action button or any other way where in when I click on record of the book edition table shown under Book, I should be able to view and create book edition copies.
2 Replies
https://filamentphp.com/plugins/guava-nested-resources
I think Filament v4 will support nested resources: https://github.com/filamentphp/filament/issues/7104
Ohk I thought I read somewhere in filament 3 it’s there.