Added redis support
This commit is contained in:
parent d988237dfe
commit 2b769a0669
4 changed files with 219 additions and 117 deletions
| @ -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); | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue