Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 646 Bytes

File metadata and controls

23 lines (17 loc) · 646 Bytes

Cakestrap v.1.2

CakeStrap is a Twitter Bootstrap(2.3+) theme for cakePHP (2.3+)

Quick Start

  • Download the .zip file
  • Extract the files into your CakePHP app folder
  • To enable your theme add public $theme = "Cakestrap"; to your "AppController" class
  • If you would like to generate your app with the bakery then make sure you have enabled your theme before running the script.

Changelog

  • 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