milose/laravel-mmc

Laravel Artisan console command to create singular Model / Migration / Controller files.
26 2
Install
composer require milose/laravel-mmc
Latest Version:v1.1.0
PHP:~5.6|~7.0
License:MIT
Last Updated:Nov 1, 2017
Links: GitHub  ·  Packagist
Maintainer: milose

laravel-mmc

Latest Version on Packagist Software License Total Downloads

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

Install

To install this package run

composer require milose/laravel-mmc

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:

Milose\LaravelMMC\LaravelMMCServiceProvider::class,

Usage

php artisan mmc invoice item

This will create InvoiceItem model, create_invoice_item_table migration and InvoiceItemController

Change log

Please see CHANGELOG for more information what has changed recently.

Credits

License

The MIT License (MIT).

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,991,690 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,315 160
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

368,693 86
laravel/laravel

The skeleton application for the Laravel framework.

64,930,508 84,972