Skip to content

Commit 902198a

Browse files
tadaken3bestlong
authored andcommitted
fix application path (laradock#1781)
* fix application path In the "env.sample" , "APP_CODE_PATH_HOST" was written. I fixed Documentation.
1 parent 2e2cb6d commit 902198a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • DOCUMENTATION/content/getting-started

DOCUMENTATION/content/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ We'll need to do step 1 of the [Usage](#Usage) section now to make this happen.
8181
cp env-example .env
8282
```
8383

84-
At the top, change the `APPLICATION` variable to your project path.
84+
At the top, change the `APP_CODE_PATH_HOST` variable to your project path.
8585

8686
```
87-
APPLICATION=../project-z/
87+
APP_CODE_PATH_HOST=../project-z/
8888
```
8989

9090
Make sure to replace `project-z` with your project folder name.

0 commit comments

Comments
 (0)