VerifiesEmails

trait VerifiesEmails (View source)

Traits

RedirectsUsers

Methods

string redirectPath()

Get the post register / login redirect path.

from RedirectsUsers
Response show(Request $request)

Show the email verification notice.

Response verify(Request $request)

Mark the authenticated user's email address as verified.

Response 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

Response resend(Request $request)

Resend the email verification notification.

Parameters

Request $request

Return Value

Response

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.7/Illuminate/Foundation/Auth/VerifiesEmails.html