Package Data | |
---|---|
Maintainer Username: | milose |
Maintainer Contact: | milos@deva.co (Milos Sakovic) |
Package Create Date: | 2016-10-26 |
Package Last Update: | 2017-11-01 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-26 15:15:01 |
Package Statistics | |
---|---|
Total Downloads: | 25 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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).