rakhiazfa/laravel-sarp
最新稳定版本:0.0.3
Composer 安装命令:
composer require rakhiazfa/laravel-sarp
包简介
Helps you in creating services and repository in laravel.
README 文档
README
Installation
- Require the Laravel Sarp with composer.
composer require rakhiazfa/laravel-sarp
- Publish package configuration ( important ).
php artisan vendor:publish --provider="Rakhiazfa\LaravelSarp\Providers\SarpServiceProvider" --tag="config"
Usage
- Create a new repository.
php artisan make:repository UserRepository
- Create a new service.
php artisan make:service UserService
License
The MIT License (MIT). Please see License File for more info
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 24
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-24