Creating PHP web project using Codeigniter Framework

This is very easy and simply. I explained it shortly and step by step, because of you can get it easily.
STEP 1

First of all you need to download codeigniter from https://www.codeigniter.com/download this web site.


STEP 2
Then extract the above downloads archive file and rename it. In here you can give name whatever you prefer to provide to the your web project. In my case the name I provided to project is “web_test”.




STEP 3
Now you need to set this project path to your local server. After setting up run it on browser. If it is correctly configured, It will display window like below
(NOTE : You can use XAMPP or EasyPHP as your local server).
For run you web project on browser use following manner.
127.0.0.1/<name that you provide to your web project>


Share this

Related Posts

First