Composer-based project for the Codeigniter framework.

It is an another modernized directory structure for creating Codeigniter-based applications.

View source code on Github

Ignite is yet another Codeigniter application with a different approach on folder structure:

Installation

Install Ignite via Composer:

$ composer create-project rougin/ignite "acme"

Folder Structure

acme/
├── cache/
├── config/
├── controllers/
├── core/
├── helpers/
├── hooks/
├── language/
├── libraries/
├── logs/
├── models/
├── third_party/
├── vendor/
├── views/
├── web/
│   ├── user_guide
│   ├── .htaccess
│   └── index.php
└── composer.json

Run PHP built-in server (PHP 5.4 or later)

php -S localhost:8000 -t web/