mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Added recipe for WouterJEloquentBundle
This commit is contained in:
@@ -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
wouterj/eloquent-bundle/1.0/manifest.json
Normal file
17
wouterj/eloquent-bundle/1.0/manifest.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
0
wouterj/eloquent-bundle/1.0/src/Model/.gitignore
vendored
Normal file
0
wouterj/eloquent-bundle/1.0/src/Model/.gitignore
vendored
Normal file
Reference in New Issue
Block a user