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
you can use filament
but i wouldnt use the admin panel
i would use the form builder on a normal route in your app
Is it documented how to use and generate resources outside of the admin panel?
I didn't find anything about it
you dont need resources
read the form builder docs
its based on livewire compnoents
If i go in this direction, doesn't that mean I also need to create the views?
Or that wont be needed still π€
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
Checkout this for tournaments π
https://discord.com/channels/883083792112300104/883084832387760148/1089287490533343242