Multiple entity managers and connections config on

2019-08-10 21:25发布

问题:

I need to work with multiple database connections and entity managers that are set dynamically.

Is there anyway I can inject new configurations to the config.yml file so Symfony will be aware of new connections and entity managers at runtime?

Or even store those configurations in separate files and import them?