add missing info to the readme
This commit is contained in:
@ -229,6 +229,8 @@ Note: In this case the folder structure will be like this (recommended):
|
||||
- laradock
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
**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
|
||||
@ -243,6 +245,7 @@ Note: In this case the folder structure will be like this:
|
||||
- project2
|
||||
```
|
||||
|
||||
**Note:** if you are using this folder structure don't forget to edit the `docker-compose.yml` file to map to your Laravel directory once you have it (example: `- ../project1/:/var/www/laravel`). "You will need to stop and re-run your docker-compose command for the changes to take place".
|
||||
|
||||
<a name="Usage"></a>
|
||||
## Usage
|
||||
|
Reference in New Issue
Block a user