Class User
- Illuminate\Database\Eloquent\Model
-
App\User implements Illuminate\Contracts\Auth\Authenticatable, Illuminate\Contracts\Auth\Access\Authorizable, Illuminate\Contracts\Auth\CanResetPassword uses Illuminate\Auth\Authenticatable (not available) Illuminate\Foundation\Auth\Access\Authorizable (not available) Illuminate\Auth\Passwords\CanResetPassword (not available)
public
|
|
public
|
|
public static
|
protected
string
|
$table
The database table used by the model. |
#
'user'
|
protected
array
|
$fillable
The attributes that are mass assignable. |
#
[
'email',
'password',
'firstname',
'surname',
'lastname',
'profile_photo',
'phone_number',
'user_rank',
'tablet_name',
'sex'
]
|