You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if there is a necessity to customize something regarding Api Platform's ApiResource class, you can use ExtendedApiResource attribute to change anything regarding api resource used in api. This, however, does not impact routing changes, the old resource that is located within the package is still used in generating apps routes.
To make the package implementation more flexible, i suggest re-adding option to configure package paths that are used for api-platform api resource mapping or option to remove any api platform mapping from within package altogether.
The text was updated successfully, but these errors were encountered:
Currently if there is a necessity to customize something regarding Api Platform's ApiResource class, you can use ExtendedApiResource attribute to change anything regarding api resource used in api. This, however, does not impact routing changes, the old resource that is located within the package is still used in generating apps routes.
To make the package implementation more flexible, i suggest re-adding option to configure package paths that are used for api-platform api resource mapping or option to remove any api platform mapping from within package altogether.
The text was updated successfully, but these errors were encountered: