RegistersUsers
trait RegistersUsers
Traits
Methods
showRegistrationForm()
Show the application registration form.
guard()
Get the guard to be used during registration.
mixed
Details
in
RedirectsUsers at line 12
string
redirectPath()
Get the post register / login redirect path.
at line 18
Response
showRegistrationForm()
Show the application registration form.
at line 46
protected StatefulGuard
guard()
Get the guard to be used during registration.
at line 58
protected mixed
registered(Request $request, mixed $user)
The user has been registered.