cakeStrap icon indicating copy to clipboard operation
cakeStrap copied to clipboard

A rapid development theme for CakePHP built with Twitter Bootstrap, Sass; and Font Awesome

Cakestrap v.1.4

CakeStrap is based on Twitter Bootstrap 3.0+ for CakePHP 2.4+

Cakestrap also uses the following libraries:

Quick Start

  • Download the .zip file
  • Extract the files into your CakePHP folder
  • To enable your theme add the following to your "app/Controller/AppController.php" class:
public $theme = "Cakestrap";

IMPORTANT: If you would like to bake your app, please make sure you have enabled the theme before baking.

Changelog

  • v.1.4
    • Added support for Font-awesome, and SASS
  • v.1.3
    • Updated to Twitter Bootstrap 3.0, and CakePHP 2.4
  • v.1.2
    • Updated form generation to support optional layouts i.e form-vertical (Forms are now horizontal by default).
  • v.1.1
    • Update Twitter Bootstrap to version 2.3.1
  • v.1.0
    • Initial release