@ -16,6 +16,30 @@ doctrine:
dir : '%kernel.project_dir%/src/Entity'
dir : '%kernel.project_dir%/src/Entity'
prefix : 'App\Entity'
prefix : 'App\Entity'
alias : App
alias : App
gedmo_translatable:
type : annotation
prefix : Gedmo\Translatable\Entity
dir : "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translatable/Entity"
alias : GedmoTranslatable # (optional) it will default to the name set for the mapping
is_bundle : false
gedmo_translator:
type : annotation
prefix : Gedmo\Translator\Entity
dir : "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translator/Entity"
alias : GedmoTranslator # (optional) it will default to the name set for the mapping
is_bundle : false
gedmo_loggable:
type : annotation
prefix : Gedmo\Loggable\Entity
dir : "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Loggable/Entity"
alias : GedmoLoggable # (optional) it will default to the name set for the mapping
is_bundle : false
gedmo_tree:
type : annotation
prefix : Gedmo\Tree\Entity
dir : "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Tree/Entity"
alias : GedmoTree # (optional) it will default to the name set for the mapping
is_bundle : false
when@test:
when@test:
doctrine:
doctrine: