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.

Return Value

Response

at line 29
Response resend( Request $request)

Send another verification email.

Parameters

Request $request

Return Value

Response

at line 63
Response verify( string $token)

Attempt to verify a user.

Parameters

string $token

Return Value

Response

at line 86
string redirectPath()

Get the post register / login redirect path.

Return Value

string