mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
Merge pull request #566
This commit is contained in:
@@ -16,6 +16,15 @@ doctrine_phpcr:
|
||||
odm:
|
||||
auto_mapping: true
|
||||
auto_generate_proxy_classes: true
|
||||
mappings:
|
||||
# offer default resolution of "App\Document\". For more details, see: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/introduction.html#doctrine-phpcr-odm-configuration
|
||||
App:
|
||||
mapping: true
|
||||
type: annotation
|
||||
dir: '%kernel.root_dir%/Document'
|
||||
alias: App
|
||||
prefix: App\Document\
|
||||
is_bundle: false
|
||||
# add your locale configuration here as described in: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/multilang.html#translation-configuration
|
||||
doctrine_cache:
|
||||
providers:
|
||||
|
||||
Reference in New Issue
Block a user