rhym / cake-strap
CakePHP Plugin includes Twitter Bootstrap Theme & Template
Installs: 2 712
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 49
Language:JavaScript
Type:cakephp-plugin
Requires
- php: >=5.2.0
- composer/installers: *
This package is not auto-updated.
Last update: 2024-11-05 03:31:29 UTC
README
CakeStrap is a Twitter Bootstrap(2.3+) theme for cakePHP (2.3+)
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).