Looking to hire Laravel developers? Try LaraJobs

laravel-5.1-phpredis maintained by nardev

Description
Use phpredis as the redis connection in Laravel 5.1
Last update
2015/06/29 16:44 (dev-master)
License
Links
Downloads
790

Comments
comments powered by Disqus

PhpRedis Connector for Laravel 5.1

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', ... ]