navruzm/laravel-mongo-cache
最新稳定版本:v1.0.0-beta
Composer 安装命令:
composer require navruzm/laravel-mongo-cache
包简介
MongoDB Cache Driver for Laravel 4
README 文档
README
MongoDB Cache driver for Laravel 4.
Installation
Add navruzm/laravel-mongo-cache as a requirement to composer.json:
{
"require": {
"navruzm/laravel-mongo-cache": "*"
}
}
And then run composer update
Once Composer has updated your packages open up app/config/app.php and change Illuminate\Cache\CacheServiceProvider to MongoCache\CacheServiceProvider
Then open app/config/cache.php and find the driver key and change to mongo.
统计信息
- 总下载量: 2.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-17