Open bergie opened 13 years ago
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
For now I solved this with a little hack
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.
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.