rhym/cake-strap

There is no license information available for the latest version (dev-master) of this package.

CakePHP Plugin includes Twitter Bootstrap Theme & Template

Installs: 2 467

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 49

Language:JavaScript

Type:cakephp-plugin

dev-master 2013-06-17 13:32 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:03:40 UTC


README

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

Quick Start

  1. Download the .zip file
  2. The files have been placed in the folders that will already be in your cakePHP app, simply follow the rabbit hole and place the folders/files in their correct locations:
    • The "Templates" folder goes in app/Console
    • The "Themed" folder goes in app/View
  3. To enable your theme add public $theme = "Cakestrap"; to your "AppController" class.
  4. 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.0
Initial release
v.1.1
Update Twitter Bootstrap to version 2.3.1
v.1.2
Updated form generation to support optional layouts i.e form-vertical (Forms are now horizontal by default).