bangnokia / laravel-models-folder
Create laravel models into Models folder by default
1.0.1
2020-05-19 15:45 UTC
Requires
- illuminate/console: ^5.1|^6|^7
Requires (Dev)
- orchestra/testbench: ^3.5
This package is auto-updated.
Last update: 2024-10-20 03:39:59 UTC
README
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