PHP app\console wont work trying to create bundle for Symfony2

Posted by user3461632 on Stack Overflow See other posts from Stack Overflow or by user3461632
Published on 2014-03-27T20:10:04Z Indexed on 2014/06/07 21:25 UTC
Read the original article Hit count: 232

Filed under:
|
|

I have installed Symfony2 on a iis 7 server with PHP 5.3.21 and everything works ok ( the php, the symphony demo page ).

I try to create my own helloWorld, as the tutorial says :

php app/console generate:bundle

I go Start->Run->CMD and put that line of code and it gives me back this :

could not open input file : app/console and before anyone asks i am in the project directory when i perform this command

I put the PHP directory to the System PATH but the problem persists.

© Stack Overflow or respective owner

Related posts about php

Related posts about symfony2