Unknown how to install codeigniter in xampp windows -Codeigniter Tutorial For Beginners Step by Step in Hindi | My Project HD
X

how to install codeigniter in xampp windows -Codeigniter Tutorial For Beginners Step by Step in Hindi

how to install codeigniter in xampp windows -Codeigniter Tutorial For Beginners Step by Step in Hindi





In this tutorial we will discuss about how to install codeigniter and use of codeigniter on localhost 

Requirement of Codeigniter

  1. Web Server 
  2. Codeigniter Project Zip 

Web Server :

codeigniter is php framework and php is a server side scripting language . we need an php server to run the codeigniter project . this tutorial we will use xampp web server 

How to install XAMPP Server on Window

1.Cliek Here to download XAMPP Server 

2.https://www.apachefriends.org/download.html

3.open apachefriends.org website and download xampp server exe file 

4. After downloading xampp exe file . run this exe file for install xampp on localhost

5.Click ok button  

6.Click on Next Button

7.Click on Next Button

8. Select xampp install location and click next button

9. Click Next Button

10.Click next button for final installation 

11. after this setup xampp successfully insall on your system 

12.after installation start xampp server and open web browser

13.type http://localhost on web browser 

14. This is xampp apache dashboard 

15. Type http://localhost/phpmyadmin on web browser for open mysql database 

 

How To Download Codeigniter 

1. For Download Codeigniter Click Here 
2. https://www.codeigniter.com/download
3. open this website and download codeigniter 3

4. after downloading codeigniter you will got one zip file
5. extract zip file on this location  "your-xampp-insall-localhost/htdocs/xampp-zip-file-extract-folder"
6. after extract zip file on xampp/htdocs folder and run using this url "http://localhost/zip-extract-folder-name"

 

More Tutorials

Web Technology Tutorials in Hindi

Web Technology Tutorials in Hindi

Read More
Diploma engineering tutorial for polytechnic collage

Diploma Engineering Tutorial

Read More
Final Year Projects for Computer Science with Source Code

Final Year Projects for Computer Science with Source Code

Read More

Related Tutorials