matmper/laravel-repository-release
最新稳定版本:1.0.2
Composer 安装命令:
composer require matmper/laravel-repository-release
包简介
Package to simplify the use of repositories in Laravel
README 文档
README
Package to simplify the use of database repositories in Laravel
Dependences
Install
Install this database srepository in your vendor path:
# install package $ composer require matmper/laravel-repository-release # publish package $ php artisan vendor:publish --provider="Matmper\Providers\RepositoryProvider"
Usage
Create new repository file
# create single model repository file $ php artisan repository:create User # create all pending model repositories files $ php artisan repository:create all
Documentation
Access: laravel-repository-release
| laravel-repository-release version | Laravel versions |
|---|---|
| 1.x | 9 / 10 / 11 |
Contribution & Development
This is an open source code, free for distribution and contribution. All contributions will be accepted only with Pull Request and that pass the test and code standardization.
Run composer install in yout development env:
$ composer install --dev --prefer-dist
Now you can use composer check in your terminal.
统计信息
- 总下载量: 102
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-01