hesesses
hesesses
FFilament
Created by hesesses on 5/22/2024 in #❓┊help
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 🙏🏼
5 replies