Skip to content

Commit eb8ab35

Browse files
authored
Merge pull request #1 from phorzycki/feature/symfony4
Feature/symfony4
2 parents d4c2eb8 + 4269c9c commit eb8ab35

File tree

195 files changed

+2046
-2694
lines changed

Some content is hidden

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

195 files changed

+2046
-2694
lines changed

.env.dist

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
APP_SECRET=
2+
3+
GOOGLE_PRIVATE_KEY=
4+
GOOGLE_MERCHANT_ID=
5+
GOOGLE_ANALYTICS=
6+
7+
DATABASE_URL=mysql://db_user:[email protected]:3306/db_name
8+
9+
MAILER_URL=null://localhost
10+
11+
SENTRY_DSN=
12+
13+
14+
CANONICAL_DOMAIN=https://www.example.org
15+
16+
PAYU_ENVIRONMENT=sandbox
17+
PAYU_POS_ID=0
18+
PAYU_SIGNATURE_KEY=0
19+
PAYU_OAUTH_CLIENT_ID=0
20+
PAYU_OAUTH_CLIENT_SECRET=0

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/app/config/parameters.yml
21
/build/
32
/phpunit.xml
43
/var/*
@@ -19,3 +18,5 @@
1918
/public_html/zaproszenia
2019
/.idea
2120
/node_modules/
21+
.phpunit
22+
.env

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cache:
88
- $HOME/.composer/cache/files
99

1010
install:
11-
- cp app/config/parameters.yml.dist app/config/parameters.yml
1211
- composer install -o
1312

1413
script:

app/.htaccess

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

app/AppCache.php

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

app/AppKernel.php

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

app/autoload.php

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

app/config/config.yml

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

app/config/config_dev.yml

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

app/config/config_prod.yml

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

0 commit comments

Comments
 (0)