PHP CODEIGNITER INSTALLATION GUIDE
Install CodeIgniter
On Local Environment:
1. Download CodeIgniter:
- Visit CodeIgniter Official Website.
- Download the latest CodeIgniter 3.x or CodeIgniter 4.x framework.
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:
ci_example_project/
├── application/
├── system/
├── index.php
├── .htaccess
├── application/
├── system/
├── index.php
├── .htaccess