Looking to hire Laravel developers? Try LaraJobs

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
Links
Downloads
145

Comments
comments powered by Disqus

Laravel Models folder

Build Status StyleCI

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