barsegyan / createcmm
Demo-package to create Controller Model Migration
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
pkg:composer/barsegyan/createcmm
Requires
- php: >=5.6.4
README
Install
Via Composer
composer require barsegyan/createcmm
In your app/config/app.php file, add the following to the providers array:
\Barsegyan\Createcmm\BarsegyanCreateCMMServiceProvider::class,
Usage
After
composer dump-autoload -o
Once installed, you should see create:cmm as one of the artisan commands when you run:
php artisan list
For example:
php artisan create:cmm post
Security
If you discover any security related issues, please email barsegyan96armen@gmail.com.
Credits
License
The MIT License (MIT). Please see License File for more information.