milose/laravel-mmc
Composer 安装命令:
composer require milose/laravel-mmc
包简介
Laravel Artisan console command to create Model / Migration / Controller files in singular form.
README 文档
README
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).
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-26