Skip to content

Commit a807caa

Browse files
Omranicbestlong
authored andcommitted
Update laravel envoy install instructions (laradock#1636)
1 parent bc27e96 commit a807caa

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,24 +1321,13 @@ e) set it to `true`
13211321
<a name="Install-Laravel-Envoy"></a>
13221322
## Install Laravel Envoy (Envoy Task Runner)
13231323

1324-
1 - Open the `docker-compose.yml` file
1324+
1 - Open the `.env` file
13251325
<br>
1326-
2 - Search for the `INSTALL_LARAVEL_ENVOY` argument under the Workspace Container
1326+
2 - Search for the `WORKSPACE_INSTALL_LARAVEL_ENVOY` argument under the Workspace Container
13271327
<br>
13281328
3 - Set it to `true`
13291329
<br>
13301330

1331-
It should be like this:
1332-
1333-
```yml
1334-
workspace:
1335-
build:
1336-
context: ./workspace
1337-
args:
1338-
- INSTALL_LARAVEL_ENVOY=true
1339-
...
1340-
```
1341-
13421331
4 - Re-build the containers `docker-compose build workspace`
13431332

13441333
[**Laravel Envoy Documentation Here**](https://laravel.com/docs/5.3/envoy)

0 commit comments

Comments
 (0)