You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A pretty simplified docker-compose workflow that sets up a LEMP network of conta
6
6
7
7
To get started, make sure you have[Docker installed](https://docs.docker.com/docker-for-mac/install/) on your system, and then clone this repository.
8
8
9
-
Addyour entire Laravel project to the`src` folder, then open a terminal and from this cloned respository's root run`docker-compose up -d --build`. Open up your browser of choice to[http://localhost:8080](http://localhost:8080) and you should see your Laravel app running as intended.
9
+
First addyour entire Laravel project to the`src` folder, then open a terminal and from this cloned respository's root run`docker-compose up -d --build`. Open up your browser of choice to[http://localhost:8080](http://localhost:8080) and you should see your Laravel app running as intended.**Your Laravel app needs to be in the src directory first before bringing the containers up, otherwise the artisan container will not build, as it's missing the appropriate file.**
10
10
11
11
**New:** Three new containers have been added that handle Composer, NPM, and Artisan commands without having to have these platforms installed on your local computer. Use the following command templates from your project root, modifiying them to fit your particular use case:
12
12
@@ -21,4 +21,4 @@ Containers created and their ports (if used) are as follows: