0

I want to change the name of bundle.php file, and configure flex to add bundles to my new file while executing composer req. is there a way to do that ?

1 Answers1

1

You can't, while you can change the name of the bundles php file that is being included in your Kernel.php under registerBundles function. The flex composer plugin will NOT detect it because the file name is hard coded in the flex source code here

masoodahm
  • 195
  • 1
  • 10