mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
Add vincentchalamon/nav-bundle
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user