Overview

Namespaces

  • App
    • Http
      • Controllers
        • Auth
      • Middleware
  • PHP

Classes

  • Ad
  • AdClick
  • AdLocation
  • Comment
  • Driver
  • Emergency
  • Newspaper
  • Route
  • Tablet
  • Taxi
  • Taxibase
  • User
  • Overview
  • Namespace
  • Class
  • Tree

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 app/User.php
Methods summary
public
# driver( )
public
# tablet( )
public static
# uploadPicture( $id, $img )
Properties summary
protected string $table

The database table used by the model.

The database table used by the model.

# 'user'
protected array $fillable

The attributes that are mass assignable.

The attributes that are mass assignable.

# [ 'email', 'password', 'firstname', 'surname', 'lastname', 'profile_photo', 'phone_number', 'user_rank', 'tablet_name', 'sex' ]
protected array $hidden

The attributes excluded from the model's JSON form.

The attributes excluded from the model's JSON form.

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