CodeIgniter Laravel PHP Example Javascript jQuery MORE Videos New

How to install or setup CodeIgniter 4 In Xampp Server

To install CodeIgniter please follow the below step:

  1. Download the latest CodeIgniter by click on the download link version from the official codeigniter website.
  2. URL: https://codeigniter.com/

    download
  3. Unzip the file in your htdocs folder.
  4. Set the baseurl by open application/config/config.php file with a text editor.
  5. public $baseURL = 'http://localhost/Folder Name/';
    

    To chcek CodeIgniter install successfully or not open the below link in your browser.

    http://localhost/Folder name


    error
  6. If you getting error like this then the solution is
  7. Go to the Xampp control panel then click the Apache-config-PHP(php.ini)
  8. extension=intl
    

    error

http://localhost/Folder name

Then Restart your Apache.Then chcek CodeIgniter install successfully.