VerifiesEmails
trait VerifiesEmails (View source)
Methods
Response
showUnverifiedForm()
Display a message about the user's unverified email address.
Response
resend(
Request $request)
Send another verification email.
Response
verify(
string $token)
Attempt to verify a user.
string
redirectPath()
Get the post register / login redirect path.
Details
at line 17
Response
showUnverifiedForm()
Display a message about the user's unverified email address.
at line 29
Response
resend(
Request $request)
Send another verification email.
at line 63
Response
verify(
string $token)
Attempt to verify a user.
at line 86
string
redirectPath()
Get the post register / login redirect path.