aplr/lectern
Composer 安装命令:
composer require aplr/lectern
包简介
Repository pattern for Laravel
README 文档
README
The lectern package provides you with classes and interfaces which help you with abstracting the data layer of your laravel application by embracing the repository pattern.
Installation
To install the latest version of aplr/lectern just require it using composer.
composer require aplr/lectern
This package is using Laravel's package auto-discovery, so it doesn't require you to manually add the ServiceProvider. If you've opted out of this feature, add the ServiceProvider to the providers array in config/app.php:
Aplr\Lectern\ServiceProvider::class,
Usage
TODO, dig through the code for now
Licence
Lectern is licenced under The MIT Licence (MIT).
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-14