nardev/laravel-5.1-phpredis
Composer 安装命令:
composer require nardev/laravel-5.1-phpredis
包简介
Use phpredis as the redis connection in Laravel 5.1
README 文档
README
placement for the RedisServiceProvider that comes with Laravel.
Requirements
- PHP 5.3+
- Laravel 5.1
Installation
THIS IS: laravel-5.1-phpredis Same package as vetruvet/laravel-phpredis but with small fix for Laravel 5.1
Should Also Add:
'providers' => [ ... Nardev\PhpRedis\PhpRedisServiceProvider::class, ... ]
comment default "Illuminate\Redis\RedisServiceProvider::class" and add the alias
'aliases' => [ ... 'PHPRedis' => 'Illuminate\Support\Facades\Redis', ... ]
统计信息
- 总下载量: 790
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache
- 更新时间: 2015-06-29