bangnokia/laravel-models-folder

Create laravel models into Models folder by default

1.0.1 2020-05-19 15:45 UTC

This package is auto-updated.

Last update: 2024-04-20 02:42:39 UTC


README

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