Skip to content

Commit fa7cc9c

Browse files
author
Julien Neuhart
authored
Merge pull request #26 from thecodingmachine/symfony-4.3
Symfony 4.3
2 parents 0f4646f + 56b0286 commit fa7cc9c

File tree

125 files changed

+6518
-4799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+6518
-4799
lines changed

.env.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MYSQL_ROOT_PASSWORD=admin
2+
MYSQL_DATABASE=tutorial
3+
MYSQL_USER=foo
4+
MYSQL_PASSWORD=bar

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.env

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ Source code of the tutorial [thecodingmachine.io/building-a-single-page-applicat
22

33
# Quick start
44

5-
If you want to try out the project just follow these steps.
5+
If you want to try out the project just follow those steps:
66

77
```bash
8+
$ cp .env.template .env
89
$ docker-compose up -d
910
$ docker-compose exec app bash # executing bash inside app service
1011
$ composer install

app/.env

Lines changed: 0 additions & 26 deletions
This file was deleted.

app/assets/vue/App.vue

Lines changed: 0 additions & 58 deletions
This file was deleted.

app/assets/vue/api/post.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

app/assets/vue/api/security.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/assets/vue/components/ErrorMessage.vue

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/assets/vue/components/Post.vue

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/assets/vue/index.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy