Hi, I learn symfony, and every time I use the command "php bin / console generate: bundle" to create a package, although I leave everything by default, I keep getting this error:
The team could not configure everything automatically. You need to make the following changes manually. Edit the composer.json file and register the set namespace in the "startup" section:
I saw here in stackoverflow that this problem occurs when you try to put a package in a file other than src, but this is not the way I told you, I leave everything by default; I mean, I just entered the name of the package, and then keep clicking until the process is complete. Can someone tell me what I am doing wrong? What reason? Thanks
source share