Wednesday, November 26, 2014

How to Install and Setup Yii Framework

Yii is a very high performance PHP framework which is used for developing a web applications. It is an Open-source framework which follows MVC architecture.

Important Features of Yii :-

1. MVC Design pattern
2. Authentication and Authorization
3. Form Input and Validation
4. Error Handling and Logging
5. Security

Now, Let's check how to install and setup Yii framework

First of all, You need to install LAMP in your system.

Click Here to Download Yii Framework and extract the zip file.

Now, let's move forward to Yii folder and navigate to project root directory. Here, I am going to use Yiic command line tool to develop a new project.


Now, application has been created successfully under /var/www/learn/yii/firstapp. 

Open this application on browser. 


Now installation complete and your first app is ready. Now Go to Firstapp Directory then you will find a below folders and files. 


0 comments:

Post a Comment