How to setup CodeIgniter in your localhost with WAMP and XAMPP SERVER

February 02, 2018



Step-1.Firstly you have to install the Xampp server or Wamp server on your PC.

Step-2.  Download the latest version of  CodeIgniter click here
  • https://codeigniter.com/download


Step-3.Extract CodeIgniter Zip file in Xammp htdoc folder or Wamp www folder.

Step-4=>Create a New database on http://localhost/phpmyadmin/.

Step-5=>Go to CodeIgniter folder click application folder and open config folder open
              database.php file, Fill All the fields like hostname, username, password, database, etc.
                            
              CodeIgniter=>application=>config=>database.php 

           



 




  


Step-6=> Go to web browser open tab and write this link   http://localhost/CodeIgniter/