add folder structures to the README

This commit is contained in:
Mahmoud Zalt 2016-10-10 04:30:15 -04:00
parent dd3ab5ade1
commit 5c0e55204e
1 changed files with 16 additions and 0 deletions

View File

@ -220,12 +220,28 @@ git submodule add https://github.com/LaraDock/laradock.git
``` ```
>If you are not already using Git for your Laravel project, you can use `git clone` instead of `git submodule`. >If you are not already using Git for your Laravel project, you can use `git clone` instead of `git submodule`.
Note: In this case the folder structure will be like this (recommended):
```
- project1
- laradock
- project2
- laradock
```
**B)** If you don't have a Laravel project, and you want to install Laravel from Docker, clone this repo anywhere on your machine: **B)** If you don't have a Laravel project, and you want to install Laravel from Docker, clone this repo anywhere on your machine:
```bash ```bash
git clone https://github.com/LaraDock/laradock.git git clone https://github.com/LaraDock/laradock.git
``` ```
Note: In this case the folder structure will be like this:
```
- projects
- laradock
- project1
- project2
```
<a name="Usage"></a> <a name="Usage"></a>