Laravel Artisan console command to create Model / Migration / Controller files in singular form.
milose/laravel-mmc is a Laravel package for laravel artisan console command to create model / migration / controller files in singular form..
It currently has 2 GitHub stars and 26 downloads on Packagist (latest version v1.1.0).
Install it with composer require milose/laravel-mmc.
Discover more Laravel packages by milose
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Artisan console command to create Model / Migration / Controller files in singular form.
To install this package run
composer require milose/laravel-mmc
If you are using Laravel version >= 5.5 you can skip the step below.
In your config/app.php file, find providers key, and add this to the end of the list:
Milose\LaravelMMC\LaravelMMCServiceProvider::class,
php artisan mmc invoice item
This will create InvoiceItem model, create_invoice_item_table migration and InvoiceItemController
Please see CHANGELOG for more information what has changed recently.
The MIT License (MIT).