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