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 Taxibase

Illuminate\Database\Eloquent\Model
Extended by App\Taxibase
Namespace: App
Located at app/Taxibase.php
Properties summary
protected string $table

The database table used by the model.

The database table used by the model.

# 'taxibase'
protected array $fillable

The attributes that are mass assignable.

The attributes that are mass assignable.

# [ 'latitude', 'longtitude', 'base_name' ]
public boolean $timestamps
# false
APIv1 API documentation generated by ApiGen