How to Install CodeIgniter Framework in Windows Operating System

Dear Reader in This Tutorial let us We Know that “How to Install Codeigniter Framework in Windows Operating System Using XAMPP Server“, So in this Tutorial, We Learn Step By Step Codeigniter Framework Installation Process.

CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.

CodeIgniter is loosely based on the popular MVC Structure. CodeIgniter was created by EllisLab. CodeIgniter is most often noted for its speed when compared to other PHP frameworks.

How to install and configuration CodeIgniter in your XAMPP server. See the following steps

Step 1. Download CodeIgniter for Latest Version of CodeIgniter and save Zip file in your Computer

 

Step 2. Copy Downloaded folder from where you save the Zip File and Copy in Your XAMPP Server htdocs folder.

Step 3. Extract Zip Fille in XAMPP Server’s htdocs folder

Step 4.  Rename Zip file as your choice like “codeigniter_demo”

Step 5. Let’s See the selected folder got to the application folder, here you can see MVC structure like controllers, models, and views.

Step 6. Inside the Application folder that has config folder available, you have to config base_url and index_page. See the following screenshot.

Path: application/config/config.php

 

Step 7. At here you can Configure your web application Database Configurations at: application/config/database.php

 

Step 8. In CodeIgniter Routing is very important. Default route for web application.

$route[‘default_controller’] = ‘welcome’;
$route[‘404_override’] = ”;
$route[‘translate_uri_dashes’] = FALSE;

Step 9. At this final step open your browser and type “localhost/your_project_name” like “localhost/codeigniter_demo” you can see the following result as your configuration is completed

«
»

3 Comments:

  • shine October 18, 2017

    Thanks for shаring your thoughts on heavy. Ꮢegarⅾs

    Reply

    • Webpreparations Team October 19, 2017

      My Pleasure…

      Reply

  • NobGorgo December 26, 2017

    Wow! Its a good jQuery script; I was also looking for that, therefore i got it right now from at this place. Keep it up admin of this site.

    Reply

Leave a comment:

Your email address will not be published. Required fields are marked *