I want to make use of a Symfony 4 Console option for MongoDB.
The console option I want to use is:
php bin/console doctrine:mongodb:generate:documents
I get the next error message:
Error thrown while running command "doctrine:mongodb:generate:documents". Message: "Not enough arguments (missing: "bundle").
But since Symfony 4 doesn't have bundles anymore what must I do to let Symfony 4 generates the documents for me? I couldn't find any documentation about this for Symfony 4.