You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a package has a symfony-bundle type and does not have a recipe, it is automatically added to bundles.php, extracted from PSR4 autoload config. However, this only works for the first bundle listed in PSR-4 autoload.
It would be great if Flex would automatically activate all bundles it finds in autoload config, not just the first one.
Additionally, if some of them are listed in autoload-dev section, it would be great if those were automatically activated for dev environment too. Disregard this, this is not always wanted and most probably cannot be automated.