W3cubDocs

/Laravel 5.8

MustVerifyEmail

interface MustVerifyEmail (View source)

Methods

bool hasVerifiedEmail()

Determine if the user has verified their email address.

bool markEmailAsVerified()

Mark the given user's email as verified.

void sendEmailVerificationNotification()

Send the email verification notification.

Details

bool hasVerifiedEmail()

Determine if the user has verified their email address.

Return Value

bool

bool markEmailAsVerified()

Mark the given user's email as verified.

Return Value

bool

void sendEmailVerificationNotification()

Send the email verification notification.

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Contracts/Auth/MustVerifyEmail.html