I am trying to start using Symfony2 and I am having problems with the first step. In the documentation I found
To create a package called AcmeHelloBundle (the game kit you'll be in this chapter), run the following command and follow the on-screen instructions (use all the default options):
php app/console generate:bundle --namespace=Acme/HelloBundle > --format=yml
and I really don't understand where should I write this line? In which program or in which file?
source share