F
Filamentβ€’2mo ago
hesesses

Multiple nested resources

I have a working livewire project to run tournaments. I'm thinking to redone the whole admin panel in filament. The biggest "problem" for me is how to handle nested resources. For example the admin will see/select: -> tournaments (menu item) -> specific tournament (model) -> seeding (menu item) -> class (menu item, belongsTo tournament) -> stage (menu item, belongsTo class) -> see a custom component where participants (belongsTo stage) can be drag&dropped to the brackets (belongsTo stage) On that page there will be other classes / stages shown (as submenus) and the admin can select those anytime. It this something you can build using filament? Thanks for any help πŸ™πŸΌ
4 Replies
hesesses
hesessesβ€’2mo ago
Any ideas?
krekas
krekasβ€’2mo ago
as for native support it will be in v4
hesesses
hesessesβ€’2mo ago
Thank you for the link. That seems to help with only one level nested, but it doesnt add any submenus and cant go deeper than one level