Filament v4 registration with Breeze: handle roles and team creation for multi-tenancy
Hello,
I'm working with Filament v4 and Laravel, and I’m trying to figure out the best way to handle roles during user registration.
Here’s what I’d like to do:
- Advanced User -> automatically gets a team created for them and uses the multi-tenancy features
- Normal User -> starts as a regular user with no team, but can later join an existing organization if needed
For authentication, I’m using Laravel Breeze with Blade and Alpine.js. Is there a way to set this up directly in Filament? And what would be the best practice for handling team creation in this scenario?
0 Replies