Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa7cc9c

Browse files
author
Julien Neuhart
authored
Merge pull request#26 from thecodingmachine/symfony-4.3
Symfony 4.3
2 parents0f4646f +56b0286 commitfa7cc9c

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 followthese steps.
5+
If you want to try out the project just followthose steps:
66

77
```bash
8+
$ cp .env.template .env
89
$ docker-compose up -d
910
$ docker-composeexec 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)

[8]ページ先頭

©2009-2025 Movatter.jp