CakeStrap is a Twitter Bootstrap(2.3+) theme for cakePHP (2.3+)
- 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.
- 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