Articles → PHP CODEIGNITER → Install Codeigniter
Install Codeigniter
What Is "Codeigniter"?
Benefits Of Codeigniter
- Codeigniter is lightweight.
- Codeigniter is easy to learn.
- Codeigniter has good documentation.
Install Codeigniter
- Go to the following URL - https://codeigniter.com/download.
- Click on “Download” button
Click to Enlarge
- A zip file gets downloaded.
- Extract the folder to "XAMP/htdocs" folder.
- Rename to "CI" (you can give any name)
Click to Enlarge
Folder Structure
Click to Enlarge
- App folder - This directory contains the application logic.
- System - This directory contains framework files.
- User_guide - This directory contains the user guide.