-
-
Notifications
You must be signed in to change notification settings - Fork 922
Add a mapping paths #1271
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a mapping paths #1271
Conversation
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.
Wow! Thanks for the deprecation test on configuration btw 👍
@@ -109,16 +108,10 @@ public function getConfigTreeBuilder() | |||
->end() | |||
->end() | |||
|
|||
->arrayNode('loader_paths') | |||
->arrayNode('mapping') |
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 is a BC break.
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.
Wasn't this changed on master (ie not in 2.x)?
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.
Why? This feature is not in a stable release.
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.
Oh yes! ❤️
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.
My bad...
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.
Feel free to merge when you think it's ready!
c42be70
to
ea30a9e
Compare
… mapping paths (meyerbaptiste) This PR was merged into the master branch. Discussion ---------- [API Platform] Update the API Platform config to use the new mapping paths | Q | A | ------------- | --- | License | MIT We recently changed the way to configure resources' paths in API Platform 2.1.0 beta 3, see api-platform/core#1271. Commits ------- 8a76aa5 Update the API Platform config to use the new mapping paths
…aths Add a mapping paths
… mapping paths (meyerbaptiste) This PR was merged into the master branch. Discussion ---------- [API Platform] Update the API Platform config to use the new mapping paths | Q | A | ------------- | --- | License | MIT We recently changed the way to configure resources' paths in API Platform 2.1.0 beta 3, see api-platform/core#1271. Commits ------- 8a76aa5 Update the API Platform config to use the new mapping paths
… mapping paths (meyerbaptiste) This PR was merged into the master branch. Discussion ---------- [API Platform] Update the API Platform config to use the new mapping paths | Q | A | ------------- | --- | License | MIT We recently changed the way to configure resources' paths in API Platform 2.1.0 beta 3, see api-platform/core#1271. Commits ------- 8a76aa5 Update the API Platform config to use the new mapping paths
symfony/framework-bundle