We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an issue with the Symfony AiP bundle where I need to make it configurable (to support multiple applications in different URLs defined by user).
The easiest way to accomplish this would be to enable my aip.yaml to contain the mappings, as then user would only need to mess with one YAML file.
aip.yaml
The text was updated successfully, but these errors were encountered:
For now I solved this with a little hack
Sorry, something went wrong.
So, what you need, is the support for URLMap middleware in aip.yaml. right?
URLMap
In this case, yes. But maybe other custom configurations would be useful as well.
No branches or pull requests
I have an issue with the Symfony AiP bundle where I need to make it configurable (to support multiple applications in different URLs defined by user).
The easiest way to accomplish this would be to enable my
aip.yaml
to contain the mappings, as then user would only need to mess with one YAML file.The text was updated successfully, but these errors were encountered: