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

1.1.0 2017-09-28 12:42 UTC

This package is not auto-updated.

Last update: 2025-10-12 09:52:20 UTC


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.