Skip to content

Commit f52e09a

Browse files
committed
Add database
1 parent 8a926a8 commit f52e09a

File tree

5 files changed

+1228
-142
lines changed

5 files changed

+1228
-142
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# NOTIFICATION
12
SLACK_API_WEBHOOK=Your_webhook_here
23

4+
# DATE
35
DEFAULT_DATE_TIMEZONE=America/Sao_Paulo
6+
7+
# DATABASE
8+
DATABASE_USER=xpto
9+
DATABASE_PASSWORD=xpto_password
10+
DATABASE_NAME=xpto_database_name

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"require": {
2626
"vlucas/phpdotenv": "4.1.*",
2727
"guzzlehttp/guzzle": "6.5.*",
28-
"ext-json": "*"
28+
"ext-json": "*",
29+
"doctrine/migrations": "^2.0"
2930
},
3031
"require-dev": {
3132
"phpunit/phpunit": "8.5.*"

0 commit comments

Comments
 (0)