cakephp-plugin cake-strap
CakePHP Plugin includes Twitter Bootstrap Theme & Template
rhym/cake-strap
CakePHP Plugin includes Twitter Bootstrap Theme & Template
- Monday, June 17, 2013
- by JacopKane
- Repository
- 1 Watchers
- 0 Stars
- 1,082 Installations
- JavaScript
- 1 Dependents
- 0 Suggesters
- 52 Forks
- 0 Open issues
- 1 Versions
- 2 % Grown
Cakestrap v.1.2
CakeStrap is a Twitter Bootstrap(2.3+) theme for cakePHP (2.3+), (*1)
Quick Start
- Download the .zip file
- 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
- 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.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).
dev-master
9999999-dev
CakePHP Plugin includes Twitter Bootstrap Theme & Template
Sources
Download
The Requires