Created
October 12, 2017 13:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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