eng_mazzy
eng_mazzy

Reputation: 1049

execute command from console using symfony

I'm learning to use Symfony and I didn't understand how use console command...I'm using MAMP installed in Lion OS X 10.7. Suppose I would create a controller

php app/console generate:bundle --namespace=Acme/HelloBundle --format=yml

like this. From where I have to execute this command ? I mean when I start console where do I have to put the path?

Upvotes: 0

Views: 285

Answers (1)

Yvan L.
Yvan L.

Reputation: 162

You have to be in your project directory. Do you get some errors ?

Upvotes: 1

Related Questions