migueabellan / CodeIgniter-Bootstrap

CodeIgniter with Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIgniter 3.0.4 - Bootstrap 3.3.6

Latest Stable Version Total Downloads Latest Unstable Version License

This package installs the offical CodeIgniter (version 3.0.*) with secure folder structure via Composer.

You can update CodeIgniter system folder to latest version with one command.

Folder Structure

codeigniter/
├── application/
├── images/
├── system/
├── template/
├── composer.json
├── composer.lock
└── vendor/
    └── codeigniter/
        └── framework/

Requirements

What is CodeIgniter

CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code rom scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your roject by minimizing the amount of code needed for a given task.

What is Bootstrap

This is a template showcasing the optional theme stylesheet included in Bootstrap. Use it as a starting point ti create something more unique by bulding on or modifying it.

Screenshot: Theme Template for Bootstrap 3.3.6

How to Use

Install CodeIgniter

$ composer create-project migueabellan/CodeIgniter-Bootstrap

Update CodeIgniter

$ composer update

You must update files manually if files in application folder or index.php change. Check CodeIgniter User Guide.

Reference

About

CodeIgniter with Bootstrap

License:MIT License


Languages

Language:PHP 99.5%Language:HTML 0.4%Language:CSS 0.1%Language:ApacheConf 0.0%