laravel-models-folder maintained by bangnokia
Description
Create laravel models into Models folder by default
Author
Last update
2020/07/19 20:21
(dev-master)
License
Downloads
145
Tags
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
composer require bangnokia/laravel-models-folder --dev