From 5c0e55204e24f2085ce92908578799dd354de794 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Mon, 10 Oct 2016 04:30:15 -0400 Subject: [PATCH] add folder structures to the README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ab4cb445..9186b70c 100644 --- a/README.md +++ b/README.md @@ -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`. +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: ```bash git clone https://github.com/LaraDock/laradock.git ``` +Note: In this case the folder structure will be like this: +``` +- projects + - laradock + - project1 + - project2 +```