We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a015381 commit ca4aeadCopy full SHA for ca4aead
1 file changed
README.md
@@ -287,7 +287,13 @@ git clone https://github.com/LaraDock/laradock.git
287
```
288
Do the same for each project `project2.conf`, `project3.conf`,...
289
290
-6 - Create your project Databases **To Be Continue..**
+6 - Add the domains to the **hosts** files.
291
+
292
+```
293
+127.0.0.1 project1.dev
294
295
296
+7 - Create your project Databases. Right now you have to do it manually by entering your DB container, until we automate it soon.
297
298
299
0 commit comments