trait VerifiesEmails (View source)

Traits

Methods

string
redirectPath()

Get the post register / login redirect path.

show(Request $request)

Show the email verification notice.

verify(Request $request)

Mark the authenticated user's email address as verified.

resend(Request $request)

Resend the email verification notification.

Details

string redirectPath()

Get the post register / login redirect path.

Return Value

string

Response show(Request $request)

Show the email verification notice.

Parameters

Request $request

Return Value

Response

Response verify(Request $request)

Mark the authenticated user's email address as verified.

Parameters

Request $request

Return Value

Response

Exceptions

AuthorizationException

Response resend(Request $request)

Resend the email verification notification.

Parameters

Request $request

Return Value

Response