Javatpoint Logo
Javatpoint Logo

CodeIgniter Installation

Follow given steps to install CodeIgniter:

1) Download CodeIgniter from its official website.

Download current version of CodeIgniter from its official website

https://www.codeigniter.com

2) Unzip CodeIgniter package.

Downloaded CodeIgniter will be in zip format. Copy it and place it in your htdocs folder. Unzip and rename it. We are naming it as CodeIgniter.

Codelgniter Installation 1

3) CodeIgniter user guide

Codelgniter Installation 2

On browser type localhost/CodeIgniter/ (after localhost type name of your unzipped folder). If the above snapshot page appears then it means your file is successfully installed.

4) Set the base URL in application/config/config.php file with any text editor.

Codelgniter Installation 3

5) You need to establish the connectivity to your database. Go to the path application/config/database.php file.

Codelgniter Installation 4

Look at the above snapshot, fill the details about your database like hostname, username, password and database name.






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA