diff --git a/vincentchalamon/nav-bundle/1.0/config/packages/nav.yaml b/vincentchalamon/nav-bundle/1.0/config/packages/nav.yaml new file mode 100644 index 00000000..61184e83 --- /dev/null +++ b/vincentchalamon/nav-bundle/1.0/config/packages/nav.yaml @@ -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' diff --git a/vincentchalamon/nav-bundle/1.0/manifest.json b/vincentchalamon/nav-bundle/1.0/manifest.json new file mode 100644 index 00000000..2d010b1c --- /dev/null +++ b/vincentchalamon/nav-bundle/1.0/manifest.json @@ -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/" + } +} diff --git a/vincentchalamon/nav-bundle/1.0/src/Entity/.gitignore b/vincentchalamon/nav-bundle/1.0/src/Entity/.gitignore new file mode 100644 index 00000000..e69de29b