How to command run for symfony2 in windows 7

后端 未结 2 1726
盖世英雄少女心
盖世英雄少女心 2020-12-22 01:40

I am working on Ubuntu environment (LAMP).But when i install symfony2 on windows 7 starter operating system i face problem

相关标签:
2条回答
  • 2020-12-22 02:07

    Just go to the symfony folder and start writing the symfony commands ...

    c:\path-to-symfony-project> for example "c:\xampp\htdocs\test>"

    0 讨论(0)
  • 2020-12-22 02:11

    You need to add the PHP executable to your PATH, or calling it with an absolute link: c:\path\to\php\php.exe app/console.

    0 讨论(0)
提交回复
热议问题