trait Illuminate / Auth / MustVerifyEmail

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.