| Package Data | |
|---|---|
| Maintainer Username: | nardev |
| Maintainer Contact: | vedran@nardev.org (Vedran Alajbegovic) |
| Package Create Date: | 2015-06-29 |
| Package Last Update: | 2015-06-29 |
| Language: | PHP |
| License: | Apache |
| Last Refreshed: | 2025-10-30 03:06:52 |
| Package Statistics | |
|---|---|
| Total Downloads: | 790 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 4 |
| Total Open Issues: | 2 |
placement for the RedisServiceProvider that comes with Laravel.
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', ... ]