Wednesday 6 June 2012

To Run Yiic command for Yii Framework in Windows

// To Run Yiic command for Yii Framework in Windows 
Step-1: Go to the php directory where it is installed. e.g. C:\xampp\php
Step-2: Run below command.
             PATH1- Path to the framework folder: C:\xampp\htdocs\YiiMain\framework\yiic.php
             PATH2- Path to the new application folder: C:\xampp\htdocs\newApplicationName
C:\xampp\php>php PATH1 webapp PATH2


No comments:

Post a Comment

Please post any queries and comments here.