Download the PHP package bangnokia/laravel-models-folder without Composer
On this page you can find all versions of the php package bangnokia/laravel-models-folder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bangnokia/laravel-models-folder
More information about bangnokia/laravel-models-folder
Files in bangnokia/laravel-models-folder
Download bangnokia/laravel-models-folder
More information about bangnokia/laravel-models-folder
Files in bangnokia/laravel-models-folder
Vendor bangnokia
Package laravel-models-folder
Short Description Create laravel models into Models folder by default
License MIT
Package laravel-models-folder
Short Description Create laravel models into Models folder by default
License MIT
Keywords laravelmodels folders
Please rate this library. Is it a good library?
Informations about the package laravel-models-folder
Laravel Models folder
This package will create all models into the app\Models
folder as default when you execute command artisan make:model
.
All your models created by this command will be extends App\Models\Model
instead of Illuminate\Database\Eloquent\Model
by default.
Installation
In your Laravel project, run command
All versions of laravel-models-folder with dependencies
PHP Build Version
Package Version
Requires
illuminate/console Version
^5.1|^6|^7
The package bangnokia/laravel-models-folder contains the following files
Loading the files please wait ....