私は symfony2 は初めてですが、symfony は初めてです。現在、symblog のチュートリアルを行っています。これまでのところ問題ありませんが、生成バンドルに少し行き詰まっていますか?
チュートリアルでは、次のコマンドを実行するように指示されています
php app/console generate:bundle --namespace=Blogger/BlogBundle --format=yml
それが完了すると、参照/生成コードをバンドルに追加する必要があります
- アプリ/AppKernel.php
- アプリ/構成/ルーティング.yml
しかし、何も追加されていませんか?... 少し混乱していますか? コンソールには次のように出力されますが、バンドルへのコード参照はファイルに生成されていません
Welcome to the Symfony2 bundle generator
Your application code must be written in bundles. This command helps
you generate them easily.
Each bundle is hosted under a namespace (like Acme/Bundle/BlogBundle).
The namespace should begin with a "vendor" name like your company name, your
project name, or your client name, followed by one or more optional category
sub-namespaces, and it should end with the bundle name itself
(which must have Bundle as a suffix).
See http://symfony.com/doc/current/cookbook/bundles/best_practices.html#index-1 for more
details on bundle naming conventions.
Use / instead of \ for the namespace delimiter to avoid any problem.
Bundle namespace [Blogger/BlogBundle]: