Installing and Configuring Codeigniter framework on localhost

PHP CMS Frameworks October 28, 2012 3 comments
In this tutorial, we are going to discuss about how to install and configure the Codeigniter (CI) PHP framework on your localhost. Configuring codeigniter to our localhost is so simple and easy. In this article I will explain the step bt step procedure to install and configure Codeigniter framework on your localhost.


1, Download Codeigniter system folder from codeigniter.com

2, Now unzip it and paste it

3, After unzipping folder copy this folder to your localhost server and change its name to some thing like “mywork”.

4, Update system/application/config/config.php  file. Change base url to your localhost path.

5, Give DB name to system/application/config/database.php which you create on localhost.

Now its ready to use just go to your browser and access your first testing codeigniter configured site on localhost.

Comments · 3

?
Macrosoft
14 April 2013 at 23:16
Thanks for sharing installing and configuring tips for codeigniter. This is really helpful for me.

PHP Development Company
?
hako0o
3 May 2013 at 02:33
This is helpfull tutorial, thanks again
?
Best Kreative
12 October 2013 at 02:30
very nice this is i like it so much phpcms development

Post a Comment