Overview

Namespaces

  • App
    • Console
      • Commands
    • Events
    • Exceptions
    • Http
      • Controllers
        • Auth
      • Middleware
      • Requests
    • Jobs
    • Providers

Classes

  • User
  • Overview
  • Namespace
  • Class

Class User

Illuminate\Database\Eloquent\Model
Extended by 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)
Namespace: App
Located at User.php
Properties summary
protected string $table

The database table used by the model.

The database table used by the model.

# 'users'
protected array $fillable

The attributes that are mass assignable.

The attributes that are mass assignable.

# ['name', 'email', 'password']
protected array $hidden

The attributes excluded from the model's JSON form.

The attributes excluded from the model's JSON form.

# ['password', 'remember_token']
API documentation generated by ApiGen