Twitter Bootstrap style for CakePHP instantly
If you know what twitter's bootstrapp css and Javascript Library and how awesome is, you need to use this tiny Javascript library.
Bootstrappifier for CakePHP is a Javascript library to use Twitter Bootstrap library with CakePHP without need of FormHelper hacks.
For instructions and download:
Direct Link:
https://github.com/mtkocak/Cakephp-Bootstrappifier
For install:
- You have to have Twitter Bootstrap configured. (cake.generic.css removed from default.ctp, files downloaded and included to you webroot/css and web root/js folders )
- Copy cakebootstrap.js in your webroot/js folder
- Your View/Layouts/default.ctp file must include this in head tag:
echo $this->Html->css('bootstrap.min'); //You don't need to add again if you have this echo $this->Html->script('libs/jquery-1.6.2.min.js');
- For any question mtkocak@gmail.com








joshdcid
Posted 01/26/12 07:36:57 PM
This is for cake 1.3 or cake 2.0??
Report this
Please login to post a comment.Quote