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 –
1 |
https://codeigniter.com/download |
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.
1 |
http://localhost/codeigniter/ |
Replace with your project name, you will see the following screen –