Anybody has integrated cake php with bootstrap framework/css style ?
I want to be able use advantages of bootstrap in cakephp views : like btn\'s and panels bootstrap s
Download bootstrap css and js files and put them in webroot/css or webroot/js respectively.
Then in app/View/Elements/header.ctp file add
app/View/Elements/header.ctp
And in app/View/Elements/footer.ctp add
app/View/Elements/footer.ctp
Now you can access bootstrap classes in your code.