Closed rpkamp closed 6 years ago
Could you tell us what exactly seems to be a problem? Or debug this.... as this is already done see Resources\config\console.yaml and at least for me it's working
I was still on version 0.5 and that doesn't have the console.yaml
yet.
Upgrading to 0.6.1 fixed my problem. Thanks!
Unlike earlier versions, Symfony 4 does not automatically register commands in the
Bundle\Command
namespace, so these should be registered by the bundle explicitly.For those with the same problem, a temporary workaround is to register them by adding this to your service definition: