{ "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" } } }