php - Failed to Install YII framework in windows? -


I am new to php and trying to create my first Hello world application using yii, More tutorials have been followed. / P>

But when I am writing " cd yiic webapp Helloworld " in CMD, "I can not find the specified path to the system" and I'm stuck here, so how can someone tell me This issue can help me where my vamp path is "C: /wamp/www/yii-1.1.8.r3324/yii-1.1.8.r3324/framework" till its point its time is fine CMD but I am getting the error when trying to execute "cd yiic webapp Helloworld" after this line " System Specifications Path can not be found "

Edit:  IMAGE yiic path

There is no need to add any ./

just run this line

  yiic webapp c: / wamp / www / Hello World /   

Have a look on this

Update:

You need to check this php

this Run command

  c: \ wamp \ bin \ php \ phpX.XX \ php.exe yiic webapp c: / wamp / www / helloworld /   

php.exe path make sure to correct

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -