interface
Illuminate
/
Contracts
/
Auth
/
MustVerifyEmail
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
MustVerifyEmail
Methods
public
hasVerifiedEmail ( ) : bool
Determine if the user has verified their email address.
public
markEmailAsVerified ( ) : bool
Mark the given user's email as verified.
public
sendEmailVerificationNotification ( ) : void
Send the email verification notification.
public
getEmailForVerification ( ) : string
Get the email address that should be used for verification.