Skip to content

autofact/codeignited

Repository files navigation

CodeIgnited

This is an extension of the CodeIgniter framework, to include enhancements like:

  • A templating system (Smarty), with layouts
  • Stylus (.styl) and CoffeeScript (.coffee) assets management
  • Minification and concatenation of assets in production environment

You'll need:

To start your project just do the following:

git clone https://github.com/autofact/codeignited.git myproject
cd myproject
composer install
npm install

All set! Start adding your controllers, models and views.

Licence

This software is distributed under the MIT License, which basically means you can do whatever you want with it, as long as you retain its license and copyright notice. Read the license.txt file in this repository for more information.

Parts of this software were inspired by https://github.com/Takeno/CI_Assetic

About

An enhancement of CodeIgniter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages