96qbhy/laravel-repository

简单的 laravel 仓库模式扩展包。

1.0.3 2018-04-18 08:27 UTC

This package is not auto-updated.

Last update: 2024-09-01 04:21:46 UTC


README

laravel 仓库模式扩展包

需要

  • php 版本 >= 7.0
  • cache driver in ["memcached", "redis"]

安装

composer require 96qbhy/laravel-repository:dev-master

使用

php artisan make:repository Article

详细的文档有空再写。。。

96qbhy@gmail.com
96qbhy/laravel-repository