Symfony 2 でいくつかのエンティティに対して CRUD を生成しようとしていますが、generate:doctrine:crud コマンドが利用できないようです。
[InvalidArgumentException]
Command "generate:doctrine:crud" is not defined.
また、使用可能なコマンドのリストでは、1 つのコマンドしか取得できません。
generate
generate:doctrine:entities Generates entity classes and method stubs from your mapping information
構成にバンドルまたは何かが欠けているか、またはこの機能がない原因は何ですか。