trait
Illuminate
/
Auth
/
MustVerifyEmail
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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.