When I run the command
D:\STUDIES\xampp\htdocs\yii\trackstar\protected>yiic migrate create create_project_table
in cmd
it says
'"php.exe"' is not recognized as an internal or external command, operable program or batch file"
Any idea ?
When I run the command
D:\STUDIES\xampp\htdocs\yii\trackstar\protected>yiic migrate create create_project_table
in cmd
it says
'"php.exe"' is not recognized as an internal or external command, operable program or batch file"
Any idea ?
You also might need to add ".PHP" to your PATHEXT environment variable. See http://php.net/manual/en/install.windows.commandline.php
set environment variable path like follow....
or set proper path (based on your dir structure) like above....