How do I register a user on a tenant ?
Hi all !
I'm developing an application based on a tenant named "event". First of all, I'd like to make it clear that this is a not-for-profit application designed to manage our volunteers at cultural events.
I would like to create a registration page that incorporates the tenant, for example like : www.myWonderfulFilamentApp/volunteers/register/{event} in order to retrieve the tenant and store it in the session. Then I would like to use the default (extended) filament register class to create the user and automaticaly assign the tenant to it.
Could someone help me? I can't seem to bridge the gap between laravel's web.php file and filament's register method in order to register a user according to the tenant given as a request parameter. Maybe there is a better solution ?
thank you for your advice !
0 Replies