Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbhy/laravel-repository
简单的 laravel 仓库包、兼容lumen。
https://github.com/qbhy/laravel-repository
Last synced: about 1 month ago
JSON representation
简单的 laravel 仓库包、兼容lumen。
- Host: GitHub
- URL: https://github.com/qbhy/laravel-repository
- Owner: qbhy
- Created: 2017-11-22T03:11:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T08:27:57.000Z (over 6 years ago)
- Last Synced: 2024-04-14T00:16:58.914Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# laravel-repository
laravel 仓库模式扩展包## 需要
* php 版本 >= 7.0
* cache driver in ["memcached", "redis"]## 安装
```bash
composer require 96qbhy/laravel-repository:dev-master
```## 使用
```bash
php artisan make:repository Article
```> 详细的文档有空再写。。。
[email protected]
[96qbhy/laravel-repository](https://github.com/96qbhy/laravel-repository)