Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 986 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 986 Bytes

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