PHP CODEIGNITER INSTALLATION GUIDE

Install CodeIgniter

On Local Environment:
1. Download CodeIgniter:
2. Extract CodeIgniter:
  • Unzip the downloaded folder and place it in your local server directory:
  • XAMPP: htdocs/
  • WAMP: www/
  • Linux Apache: /var/www/html/
3. Folder Structure: After extraction, the folder structure will look like this:
Copy code
ci_example_project/
├── application/
├── system/
├── index.php
├── .htaccess