Laravel

models

Verzeichnis

/app/Models

Model anlegen

php artisan make:model Name

festlegen einer Tabelle

protected $table = 'Name';