From the course: MVC Frameworks for Building PHP Web Applications

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

CodeIgniter setup

CodeIgniter setup

From the course: MVC Frameworks for Building PHP Web Applications

Start my 1-month free trial

CodeIgniter setup

- [Instructor] Installing CodeIgniter is a pretty manual task. There are instructions in the CodeIgniter documentation. Basically, what you're going to do is just download all of the CodeIgniter folders and files to your server and either put them in your web route or create a PHP server. And I'm going to show you how to do that in a second. So here are the instructions. If you go to the CodeIgniter.com homepage you can either go directly to Get Help and pull from there. Or do that at the command line. Or you can simply download the zip file. This will download the latest version. Once you have your zip file downloaded you can simply drag it and drop it to wherever you want to create your application. So let's go ahead and put it on our desktop. I'm going to extract it. I'm going to rename it to simply CI. Now I'm going to go to my command line interface and I'm going to navigate to the desktop. Or wherever you put it. If you're on Windows, maybe you put it in your C route. Wherever…

Contents