I'm working on creating a Symfony bundle, so far so good, but I'm running into a problem when I want to generate a configuration/route file when installing the bundle. When I install the bundle I would like it to generate the configuration files in the app and not have to add them by hand. Could someone help me please?
I tried to load yaml / xml files within my Extension file, I tried to import via services.xml but I can't make it working.
Thank you ! :)