ambta/DoctrineEncryptBundle

In symfony 4, no commands defined in the "doctrine:encrypt" namespace

Closed this issue · 1 comments

Hello
I've installed this bundle on a symfony 4.4 project. When I try the console commands they don't seem to be available.

$ php bin/console doctrine:encrypt:status

  There are no commands defined in the "doctrine:encrypt" namespace.
  Did you mean one of these?
      doctrine
      doctrine:cache
      doctrine:database
      doctrine:mapping
      doctrine:migrations
      doctrine:query
      doctrine:schema

Any suggestions?

I'm probably installing this symfony 2 bundle without considering different installation steps in my symfony 4 project.

For now I'll change ambta/DoctrineEncryptBundle for this fork: GiveMeAllYourCats/DoctrineEncryptBundle.