I would say the best plugin I have used by far is http://plugins.cakephp.org/package/slywalker/TwitterBootstrap. We are actually using it at our development shop, and have that it handles overriding the bake skeletons, and extending all of the core html, form, and pagination classes. You still need to download the latest bootstrap, and then replace the default.ctp with the bootstrap.ctp from the plugin. If you do replace the default with bootstrap, you will need to remember to remove the $layout = 'bootstrap' from the baked controllers.
Vinnie On Sunday, December 16, 2012 10:22:01 PM UTC-5, Greg wrote: > > 1) throw out the default cake css file...you wont need it > 2) load up the twitter bootstrap CSS files > 3) modify the layout and the views to comply with twitter bootstrap's way > of doing things. > > There are a number of things which help you out with respect to this. Here > are a couple which spring to mind > > * Pagination helper - currentClass (2.1) and currentTag (2.3) options > * FormHelper::inputDefaults (2.2) to globablly set form helper defaults > > You can also go away and hack the skeleton files so that baked code works > properly with bs out of the box. > > > On Wed, Dec 12, 2012 at 2:36 AM, Devario Johnson > <[email protected]<javascript:> > > wrote: > >> Ive used this in the past and it worked well >> >> http://blog.loadsys.com/2012/02/14/cakephp-20-and-twitter-bootstrap/ >> >> https://github.com/loadsys/twitter-bootstrap-helper >> >> >> On Thursday, December 6, 2012 3:17:53 AM UTC-5, Lourenzo Ferreira wrote: >>> >>> I've seen several Plugins and even forks to use Twitter's Bootstrap CSS >>> Framework with Cake. >>> >>> Which you would say it's the best? >>> >>> >>> Thank you >>> >>> -- >>> Lourenzo Ferreira >>> >> -- >> Like Us on FaceBook https://www.facebook.com/CakePHP >> Find us on Twitter http://twitter.com/CakePHP >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> Visit this group at http://groups.google.com/group/cake-php?hl=en. >> >> >> > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
