From a807caa30acaca0d86a53743afc3e4e4c5fa6044 Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Sun, 24 Jun 2018 04:01:30 +0200 Subject: [PATCH] Update laravel envoy install instructions (#1636) --- DOCUMENTATION/content/documentation/index.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 6fe30930..7437868e 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -1321,24 +1321,13 @@ e) set it to `true` ## Install Laravel Envoy (Envoy Task Runner) -1 - Open the `docker-compose.yml` file +1 - Open the `.env` file
-2 - Search for the `INSTALL_LARAVEL_ENVOY` argument under the Workspace Container +2 - Search for the `WORKSPACE_INSTALL_LARAVEL_ENVOY` argument under the Workspace Container
3 - Set it to `true`
-It should be like this: - -```yml - workspace: - build: - context: ./workspace - args: - - INSTALL_LARAVEL_ENVOY=true - ... -``` - 4 - Re-build the containers `docker-compose build workspace` [**Laravel Envoy Documentation Here**](https://laravel.com/docs/5.3/envoy)