Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Add new serializer config path#8632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
serializer.rst Outdated
| ..code-block::yaml | ||
| # config/packages/framework.yaml | ||
| # config/packages/serializer.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
this should probably not be changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Indeed, thanks.
| * All ``*.yml`` and ``*.xml`` files in the ``Resources/config/serialization/`` | ||
| directory of a bundle. | ||
| * All ``*.yaml`` and ``*.xml`` files in the ``Resources/config/serialization/`` | ||
| directory of a bundle and in the ``config/serializer/`` directory of your project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Should we mention theconfig/serializer/ directory if your project firstbefore talking aboutResources/config in your bundle?
yceruto commentedNov 19, 2017
Closing this one in favor of#8687 |
Seesymfony/symfony#24833