Tenant invitation
Hello everyone!
Thank you so much for this great community.
I have a Filament application with tenancy. I want to enable my users to invite other people (registered or not) to their tenant.
I have managed that by editing the HasTenancy Constraint but that is not update safe and not usable for automated deployment.
Do you have any tips on how I can do it better?
1 Reply
Behind a paywall but this lesson is perfect for you: https://laraveldaily.com/lesson/filament-crm/user-invitations-process
You can add a field "tenant_id" and after the user registers you simple link it to the correct tenant.