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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -