Skip to content

Laravel Plugin Library for Creating a new Eloquent model class filled with getter and setter.

License

Notifications You must be signed in to change notification settings

hetiansu5/laravel-make-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Laravel Plugin Library for Creating a new Eloquent model class filled with getter and setter.

Quick Start

1.Import package via composer

composer require --dev tinson/laravel-make-model:^1.0.0

2.Import provider at bootstrap/app.php in your project

$app->register(MakeModel\Providers\MakeModelProvider::class);

3.How to use

# see the help list  
php artisan make:e-model -h

# a simple demo 
# create new model named `User`, its table name is `users`.  
php artisan make:e-model users -m User

About

Laravel Plugin Library for Creating a new Eloquent model class filled with getter and setter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages