Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qbhy/laravel-repository

简单的 laravel 仓库包、兼容lumen。
https://github.com/qbhy/laravel-repository

Last synced: about 1 month ago
JSON representation

简单的 laravel 仓库包、兼容lumen。

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)