Added redis support

This commit is contained in:
Dan Brown 2016-04-02 23:34:48 +01:00
commit 2b769a0669

View file

@ -23,6 +23,8 @@ $app = new Laravel\Lumen\Application(
realpath(__DIR__.'/../')
);
$app->configure('database');
// $app->withFacades();
// $app->withEloquent();
@ -78,6 +80,7 @@ $app->singleton(
|
*/
$app->register(Illuminate\Redis\RedisServiceProvider::class);
// $app->register(App\Providers\AppServiceProvider::class);
// $app->register(App\Providers\AuthServiceProvider::class);
// $app->register(App\Providers\EventServiceProvider::class);