Use latest CodeIgniter in your project

The development branch of the PHP framework CodeIgniter resides on GitHub and can be cloned by anyone. This article will outline a suggestion on how to set up a project that is continuously based on the latest version available in the repository. I’ll explain how to create, develop and maintain your project through the following steps: Prepare your project area Fetch latest CodeIgniter Copy directories and files Start development of your project Update CodeIgniter Prepare your project area Create a directory that will hold your project and CodeIgniter:...

August 12, 2012 · 2 min · 380 words · Jonas