-
How to add Bonfire to an existing Codeigniter framework project
MISSION: Integrate simple codeigniter project https://github.com/martinberlin/onstage with bonfire powerfull HMVC modules and administration access. Step 1 Copy application and bonfire folders into project root. Step 2 Modify existing MY_loader class that will be overridden by Step 1 with your custom functions. In my case, I was using sparks library and the existing codeigniter theme functionality.…