mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
9 lines
303 B
YAML
9 lines
303 B
YAML
# 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'
|