We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ffdd0 commit be59a5fCopy full SHA for be59a5f
README.md
@@ -5,6 +5,7 @@ Source code of the tutorial [thecodingmachine.io/building-a-single-page-applicat
5
If you want to try out the project just follow these steps.
6
7
```bash
8
+$ cp .env.template .env
9
$ docker-compose up -d
10
$ docker-compose exec app bash # executing bash inside app service
11
$ composer install
0 commit comments