Create Yii Project In Local Host With Xampp Using Command Line
Step1 open command line
Step 2 run below command it will create all the default structure for the project.
here "newyiiprojectname" is the name of the folder(project) you want to create. you can change it as per your choice.
C:\xampp\php>php C:/xampp/htdocs/framework/yiic.php webapp C:\xampp\htdocs\newyiiprojectname
Step1 open command line
Step 2 run below command it will create all the default structure for the project.
here "newyiiprojectname" is the name of the folder(project) you want to create. you can change it as per your choice.
C:\xampp\php>php C:/xampp/htdocs/framework/yiic.php webapp C:\xampp\htdocs\newyiiprojectname
No comments:
Post a Comment