2017 © Pedro Peláez
 

library laravel-mmc

Laravel Artisan console command to create Model / Migration / Controller files in singular form.

image

milose/laravel-mmc

Laravel Artisan console command to create Model / Migration / Controller files in singular form.

  • Wednesday, November 1, 2017
  • by milose
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

laravel-mmc

Latest Version on Packagist ![Software License][ico-license] ![Total Downloads][ico-downloads], (*1)

Laravel Artisan console command to create Model / Migration / Controller files in singular form., (*2)

Install

To install this package run, (*3)

``` bash composer require milose/laravel-mmc, (*4)


**If you are using Laravel version `>= 5.5` you can skip the step below.** #### Adding a Service Provider In your config/app.php file, find providers key, and add this to the end of the list: ```php Milose\LaravelMMC\LaravelMMCServiceProvider::class,

Usage

bash php artisan mmc invoice item, (*5)

This will create InvoiceItem model, create_invoice_item_table migration and InvoiceItemController, (*6)

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Credits

License

The MIT License (MIT)., (*8)

The Versions

01/11 2017

dev-master

9999999-dev https://github.com/milose/laravel-mmc

Laravel Artisan console command to create Model / Migration / Controller files in singular form.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel milose laravelmmc laravel singular

01/11 2017

v1.1.0

1.1.0.0 https://github.com/milose/laravel-mmc

Laravel Artisan console command to create Model / Migration / Controller files in singular form.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel milose laravelmmc laravel singular

26/10 2016

v1.0.0

1.0.0.0 https://github.com/milose/laravel-mmc

Laravel Artisan console command to create singular Model / Migration / Controller files.

  Sources   Download

MIT

The Requires

 

The Development Requires

milose laravelmmc