aksara/service-repository-maker
最新稳定版本:v0.0.4
Composer 安装命令:
composer require aksara/service-repository-maker
包简介
Laravel service and repository generator
README 文档
README
Generator service and repository pattern for Laravel
Quick Start
Step 1: Install the package
$ composer require aksara/service-repository-maker
Step 2: Publish the "stubs" - service and repository templates.
$ php artisan vendor:publish --tag='aksara-service-repository-stubs'
Make Service and Repository
Make Service: this will directly create a Service file in app/Services folder
$ php artisan make:service {service name}
Make Repository: this will directly create a Service file in app/Repositories folder
$ php artisan make:repository {repository name}
Sample CRUD with Service and Repository Pattern
https://github.com/putuedipuspayasa/laravel-crud-with-service-and-repository-pattern
统计信息
- 总下载量: 104
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-30