Add vincentchalamon/nav-bundle

This commit is contained in:
Vincent Chalamon
2020-03-26 15:24:48 +01:00
parent e2adce60e8
commit a1dade0446
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,8 @@
# 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'
@@ -0,0 +1,12 @@
{
"bundles": {
"NavBundle\\NavBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"NAV_URL": "http://user:password@host/WS/Page/"
}
}