Documentation

AuthUser extends User
in package
implements MustVerifyEmail Uses HasRoles

Interfaces, Classes, Traits and Enums

MustVerifyEmail

Table of Contents

table  = "auth_users"
Table name, as constant, used to avoid table name duplication across the source code base.
$casts  : mixed
hasVerifiedEmail()  : bool
This function overrides the default email verification check so that it will run only if the functionalities has been enabled (the route exists)
newFactory()  : AuthUserFactory
Get the Factory Class

Constants

table

Table name, as constant, used to avoid table name duplication across the source code base.

public mixed table = "auth_users"
Tags
const

string

Properties

$casts

protected mixed $casts = ['locked' => 'boolean']

Methods

hasVerifiedEmail()

This function overrides the default email verification check so that it will run only if the functionalities has been enabled (the route exists)

public hasVerifiedEmail() : bool
Return values
bool

Search results