开发者

Symfony Commands from command line

开发者 https://www.devze.com 2023-02-19 23:40 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消