From eadecf1f1e98b87377e7f9ba6cd1b394fedbf705 Mon Sep 17 00:00:00 2001 From: Valentino Lauciani Date: Mon, 16 Sep 2019 14:56:48 +0200 Subject: [PATCH] Install PHPREDIS --- env-example | 1 + 1 file changed, 1 insertion(+) diff --git a/env-example b/env-example index 76a4af31..0fd9d9db 100644 --- a/env-example +++ b/env-example @@ -225,6 +225,7 @@ NGINX_SSL_PATH=./nginx/ssl/ ### LARAVEL_HORIZON ################################################ LARAVEL_HORIZON_INSTALL_SOCKETS=false +LARAVEL_HORIZON_INSTALL_PHPREDIS=true ### APACHE ################################################