i try to create a bundle by console with symfony 3.3.8 after this version i dont have any problem with that but now i have one,
Any suggestion please!!!!!!
In your composer.json
replace your autoload part with:
"autoload": {
"psr-4": {
"": "src/"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
thinks i also execut the command bellow composer dump-autoload.
Problem resolve.