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.
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.yamlto contain the mappings, as then user would only need to mess with one YAML file.