trait MustVerifyEmail (View source)
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. | |
string | getEmailForVerification() Get the email address that should be used for verification. |
Determine if the user has verified their email address.
Mark the given user's email as verified.
Send the email verification notification.
Get the email address that should be used for verification.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Auth/MustVerifyEmail.html