• This repository has been archived on 23/Nov/2020
  • Stars
    star
    137
  • Rank 260,152 (Top 6 %)
  • Language
    JavaScript
  • Created over 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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