Skip to content

Commit 5c0e552

Browse files
committed
add folder structures to the README
1 parent dd3ab5a commit 5c0e552

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,28 @@ git submodule add https://github.com/LaraDock/laradock.git
220220
```
221221
>If you are not already using Git for your Laravel project, you can use `git clone` instead of `git submodule`.
222222
223+
Note: In this case the folder structure will be like this (recommended):
224+
225+
```
226+
- project1
227+
- laradock
228+
- project2
229+
- laradock
230+
```
231+
223232
**B)** If you don't have a Laravel project, and you want to install Laravel from Docker, clone this repo anywhere on your machine:
224233

225234
```bash
226235
git clone https://github.com/LaraDock/laradock.git
227236
```
237+
Note: In this case the folder structure will be like this:
228238

239+
```
240+
- projects
241+
- laradock
242+
- project1
243+
- project2
244+
```
229245

230246

231247
<a name="Usage"></a>

0 commit comments

Comments
 (0)