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 Driver

Illuminate\Database\Eloquent\Model
Extended by App\Driver
Namespace: App
Located at app/Driver.php
Methods summary
public
# user( )
public
# taxi( )
public
# comment( )
Properties summary
protected string $table

The database table used by the model.

The database table used by the model.

# 'driver'
protected array $fillable

The attributes that are mass assignable.

The attributes that are mass assignable.

# [ 'user_id', 'drivers_exp', 'global_information', 'star_rating', 'taxi_id' ]
protected array $hidden
# ['user_id']
APIv1 API documentation generated by ApiGen