Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
itsalb3rt committed Jun 16, 2020
2 parents 7addd56 + 6bf1270 commit 7ac488f
Show file tree
Hide file tree
Showing 8 changed files with 399 additions and 30 deletions.
21 changes: 21 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#
HOST=

USER=

PASSWORD=

DB_NAME=

# Support MySQL, pgsl(Postgres)
DRIVER=

CHARSET=utf8

COLLATION=utf8_general_ci

#For example in postgres used the schema and end on dot, public.
PREFIX=

#If not set, use the default of the database set driver
PORT=
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.idea
.idea
.env
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"require": {
"izniburak/pdox": "^1.3",
"ligne/error-handler": "^1.0"
"ligne/error-handler": "^1.0",
"vlucas/phpdotenv": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7ac488f

Please sign in to comment.