We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3ab5a commit 5c0e552Copy full SHA for 5c0e552
1 file changed
README.md
@@ -220,12 +220,28 @@ git submodule add https://github.com/LaraDock/laradock.git
220
```
221
>If you are not already using Git for your Laravel project, you can use `git clone` instead of `git submodule`.
222
223
+Note: In this case the folder structure will be like this (recommended):
224
+
225
+```
226
+- project1
227
+ - laradock
228
+- project2
229
230
231
232
**B)** If you don't have a Laravel project, and you want to install Laravel from Docker, clone this repo anywhere on your machine:
233
234
```bash
235
git clone https://github.com/LaraDock/laradock.git
236
237
+Note: In this case the folder structure will be like this:
238
239
240
+- projects
241
242
+ - project1
243
+ - project2
244
245
246
247
<a name="Usage"></a>
0 commit comments