mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"manifests": {
|
|
"vincentchalamon/nav-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"NavBundle\\NavBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"NAV_URL": "http://user:password@host/WS/Page/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/nav.yaml": {
|
|
"contents": [
|
|
"# Read the documentation: https://github.com/vincentchalamon/nav-bundle",
|
|
"nav:",
|
|
" enable_profiler: '%kernel.debug%'",
|
|
" url: '%env(NAV_URL)%' # i.e.: https://user:pass@www.example.com/NAV_WS/",
|
|
" paths:",
|
|
" App:",
|
|
" path: '%kernel.project_dir%/src/Entity'",
|
|
" namespace: 'App/Entity'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"src/Entity/.gitignore": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "92fc2eb188beaea20b31f2c3bf8e0a07914d5018"
|
|
}
|
|
}
|
|
}
|