drsdre
User registration with field for team/tenant name
Most approaches I found use the 'event(new Registered($user));' to trigger a listenerer that create a personal team after and generate the team's name from the user's name. This is a clean approach.
I want the user to specify the team's name during registration and ask some additional questions (business category) during signup. Extending the registration form with these field has been done. What is the cleanest approach to store the team related data given the 'Register.php' functionality?
10 replies