Can anyone tell me from I have to execute Symfony commands on command line like,
php app/console -V
?
My project is in C:xampp/htdocs/myproject
.
I'm running it from cd xampp/htdocs/
b开发者_开发问答ut not success.
You must running your command from xampp/htdocs/myproject
and not from xampp/htdocs
.
If problem persist see the documentation about the Console Componant.
Hope this help.
精彩评论