how to install codeigniter in xampp server

how to install codeigniter in xampp server

In this article, we will explain to you how to install Codeigniter in xampp server. so you can follow the below step for install or setup Codeigniter in xampp server.

Codeigniter one of the most popular framework of PHP, it follows the MVC pattern. The MVC means model, view, and controller. if you want to install Codeigniter then we need have to a PHP 7+ version. if you have not the latest version then first install the latest version.

Step 1: Download the latest CodeIgniter
You can download the latest CodeIgniter on the official Codeigniter website.

Step 2: Unzip the file in your “xampp/htdocs/your_project” directory.
In this step, we will unzip the file of the download Codeigniter in “xampp/htdocs/your_project” directory.

Step 3: Configuration of the baseurl.
Now, open the application/config/config.php file and set up the base_url. here you can enter your project directory name. so you can see the below example.

Step 3: Database Configuration.
If you want to change or add the database configuration then you can do it in the application/config/config.php file.

Finally, you can run our project using the following URL.
http://localhost/your_projectName

Read Also
Setup HMVC With Codeigniter 3
Codeigniter Last Query Print Example
How To Create Dynamic Xml Sitemap In Codeigniter

Please follow and like us: