Merge pull request #176

This commit is contained in:
symfony-flex-server[bot]
2017-12-04 19:00:27 +00:00
committed by GitHub
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,9 @@
wouterj_eloquent:
driver: '%env(DB_CONNECTION)%'
host: '%env(DB_HOST)%'
port: '%env(DB_PORT)%'
database: '%env(DB_DATABASE)%'
username: '%env(DB_USERNAME)%'
password: '%env(DB_PASSWORD)%'
# Uncomment the following line to enable the Eloquent ORM
#eloquent: ~
+17
View File
@@ -0,0 +1,17 @@
{
"bundles": {
"WouterJ\\EloquentBundle\\WouterJEloquentBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"DB_CONNECTION": "mysql",
"DB_HOST": "127.0.0.1",
"DB_PORT": "3306",
"DB_DATABASE": "symfony",
"DB_USERNAME": "root",
"DB_PASSWORD": ""
}
}