I’m new to Yii Framework.
I have downloaded the framework and moved to the webroot(in linux), and execute the command “yiic webapp ../../testapplication”.
But i got the error as “command not found”
.
Install YII framework in xampp for ubuntu
I have followed these steps. But I couldn’t succeed.
Please help me on this.
You need to run
to explicitly name the executable (because
yiicalone is not in you$PATH).