-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the README.md for the Laravel app
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
## This is where your Laravel app goes | ||
|
||
To get started, delete this file and then do one of the following: | ||
> To get started, delete this file and then do one of the following: | ||
- Clone your project or copy all of the files directly into this `wwwroot` directory. | ||
- Spin up the Docker network by following the instructions on the main [README.md](../README.md), and install a brand new Laravel project by running `docker-compose run --rm composer create-project laravel/laravel .` in your terminal. | ||
1. `Clone your project or copy all of the files directly into this "wwwroot" directory` | ||
2. `Spin up the Docker network by following the instructions on the main [README.md](../README.md), and install a brand new Laravel project by running` | ||
``` | ||
docker exec -w /var/www php composer create-project laravel/laravel site1 | ||
``` |