morshadun/repositorypattern
Composer 安装命令:
composer require morshadun/repositorypattern
包简介
Laravel Service Repository Design Pattern Scaffolding.
README 文档
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require morshadun/repositorypattern
Usage
Via PHP Artisan
$ php artisan morshadun:controller <Controller Name>
This command will create files into app directory with related folders.
For Controller
- App\Http\Controllers
For Repositories
- App\Repositories
For Services
- App\Services
For Transformers
- App\Transformers
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ vendor/bin/phpunit --filter new_controller_is_created
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-12