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 Newspaper

Illuminate\Database\Eloquent\Model
Extended by App\Newspaper
Namespace: App
Located at app/Newspaper.php
Methods summary
public static
# uploadPicture( $id, $img )
Properties summary
protected string $table

The database table used by the model.

The database table used by the model.

# 'newspaper'
protected array $fillable

The attributes that are mass assignable.

The attributes that are mass assignable.

# [ 'name', 'link', 'logo' ]
APIv1 API documentation generated by ApiGen