Codeigniter Installation

In this tutorial you will learn about the Codeigniter Installation and its application with practical example.

Server Requirements

  • PHP >= 5.6 is recommended
  • MySQL (5.1+) via the mysql

Installing Codeigniter

Step 1:- Download the codeigniter from official website, link given below –

installation1

Once you open the link, there you will see three different codeigniter versions –

2.x – legacy version

3.x (Recommended) – current stable version

4.x – upcoming version

In this tutorial we are using CodeIgniter 3.1

Step 2:- Extract the downloaded folder and rename the folder name (example: codeigniter) and place it inside C:\xampp\htdocs folder in your local server

Step 3:- Test the installation

Open the following link in your web browser.

Replace with your project name, you will see the following screen –

installation2

In this tutorial we have learn about the Codeigniter Installation and its application with practical example. I hope you will like this tutorial.