afrazahmad/create-mvc
Composer 安装命令:
composer require afrazahmad/create-mvc
包简介
Create Model, Controller, Request and Migration.
关键字:
README 文档
README
Laravel 5 Package to create model, controller, request and migration in single command.
Requirements
This package requires PHP 7 and Laravel 5.4 or higher.
Install through composer
composer require afrazahmad/create-mvc
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
AfrazAhmad\MVC\MVCServiceProvider::class,
Usage
To use this package, just run below command and you will be prompted to options where you can choose according to requirement.
php artisan create:mvc
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-01