Вопрос

I am working on Ubuntu environment (LAMP).But when i install symfony2 on windows 7 starter operating system i face problem when i try to make entity with command prompt in windows it not take php app/console

Any help is appreciated!

Thanks

Это было полезно?

Решение

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.

Другие советы

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

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top