nardev / laravel-5.1-phpredis
Use phpredis as the redis connection in Laravel 5.1
Installs: 790
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Open Issues: 2
pkg:composer/nardev/laravel-5.1-phpredis
This package is not auto-updated.
Last update: 2025-10-25 23:42:44 UTC
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', ... ]