CRUD生成のために次のコマンドを実行した後:
php app/console generate:doctrine:crud --entity=AcmeDemoBundle:Users --format=yml
各エンティティの CRUD による自動ルーティング更新でエラーが発生します。
Confirm automatic update of the Routing [yes]? yes
Importing the CRUD routes: FAILED
The command was not able to configure everything automatically.
You must do the following changes manually.
- Import the bundle's routing resource in the bundle routing file
(C:\wamp\www\symfony\src\Acme\DemoBundle/Resources/config/routing.yml).
AcmeDemoBundle_categories:
resource: "@AcmeDemoBundle/Resources/config/routing/categories.yml"
prefix: /categories
また、新しいバンドルを作成しようとしましたが、それでも同じエラーが発生します。したがって、ルーティング ファイル /src/Acme/DemoBundle/Resources/config/routing.yml に上記のコードを追加するたびに
誰かが私が欠けているものを提案してもらえますか?