ferrisbane/lightning-cache
Composer 安装命令:
composer require ferrisbane/lightning-cache
包简介
A Laravel package to extend caching functionality.
README 文档
README
A package to extend Laravel's cache functionality
Installation
To install through composer you can either use composer require ferrisbane/lightning-cache (while inside your project folder) or include the package in your composer.json.
"ferrisbane/lightning-cache": "0.1.*"
Then run either composer install or composer update to download the package.
To use the package with Laravel 5 add the service provider to the list of service providers in config/app.php.
'providers' => [ ... Ferrisbane\Cache\Laravel5ServiceProvider::class ... ];
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-27