F
Filamentβ€’16mo ago
AiAe

Filament as management system?

Hello, I'm creating tournament based system and was wondering if I can somehow integrate Filament to be used per tournament. What I really need is to somehow change the route and limit the content to be just specifically for the tournament. For example i have /tournaments/{tournament_slug} and I wonder if i can make it /tournaments/{tournament_slug}/settings to open filament? So i can setup everything to be edited there. I know its possible to limit the data to the user's tournament, but I also want to have proper filament path. Is it possible? Thanks πŸ™‚
6 Replies
Dan Harrin
Dan Harrinβ€’16mo ago
you can use filament but i wouldnt use the admin panel i would use the form builder on a normal route in your app
AiAe
AiAeβ€’16mo ago
Is it documented how to use and generate resources outside of the admin panel? I didn't find anything about it
Dan Harrin
Dan Harrinβ€’16mo ago
you dont need resources read the form builder docs its based on livewire compnoents
AiAe
AiAeβ€’16mo ago
If i go in this direction, doesn't that mean I also need to create the views? Or that wont be needed still πŸ€”
Dan Harrin
Dan Harrinβ€’16mo ago
create a view and embed the form within it you only need the layout view that probably already exists as you have an app outside the admin panel