makzumi/generators
Composer 安装命令:
composer require makzumi/generators
包简介
Laravel Repository - Service Providers - Generators
README 文档
README
This command line package help you create repositories and service providers, so you don't have to create files and folders by hand.
So, if you wanted to create a repository, you would call:
php artisan makzumi:repo
or
php artisan makzumi:service
And just answer the few questions the command asks.
repo Will generate an interface file and an implementation with proper namespacing and folder structure.
service Will generate the service class, the facade and the service provider with proper namespacing and folder structure.
After creation, read the generated README.MD to finish configuration in a couple steps.
Installation
composer require makzumi/generators dev-master
After that is done, add the following to the providers array in config/app.php
'Makzumi\Generators\GeneratorsServiceProvider'
Email me if you have questions: info@makzumi.com
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-07-01