F
Filamentβ€’10mo 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 πŸ™πŸΌ
8 Replies
hesesses
hesessesOPβ€’10mo ago
Any ideas?
krekas
krekasβ€’10mo ago
as for native support it will be in v4
hesesses
hesessesOPβ€’10mo 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
ar
arβ€’4mo ago
@hesesses , did you find any solutions for this? I’m working on a similar project involving Events, Competitions, Rounds, and Participants. I came across the article from Laravel Daily, but as you mentioned, it only supports one level. Thanks in advance!
krekas
krekasβ€’4mo ago
You will have to wait until v4
hesesses
hesessesOPβ€’4mo ago
@ar we decided to build our own solution instead of using filament
ar
arβ€’4mo ago
@hesesses Thanks for your answer. I think then I am left to build my own solution for managing those resources in a custom livewire page and leave the rest to Filament.

Did you find this page helpful?