Skip to content

Instantly share code, notes, and snippets.

@fhuitelec
Created October 12, 2017 13:52
Show Gist options
  • Save fhuitelec/feccd1acd6da27c3064b0b56bac968ae to your computer and use it in GitHub Desktop.
Save fhuitelec/feccd1acd6da27c3064b0b56bac968ae to your computer and use it in GitHub Desktop.
[Doctrine YAML mapping in SF config] Add mapping information in symfony framework config #symfony #doctrine #conf
doctrine:
# [...]
orm:
# [...]
mappings:
Your\Base\Namespace\Infrastructure:
is_bundle: false
type: yml
dir: '%kernel.project_dir%/config/mapping/Infrastructure'
prefix: Your\Base\Namespace\Infrastructure
alias: SomeAlias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment