Download the PHP package bmilesp/bootstrap_extend without Composer
On this page you can find all versions of the php package bmilesp/bootstrap_extend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bmilesp/bootstrap_extend
More information about bmilesp/bootstrap_extend
Files in bmilesp/bootstrap_extend
Package bootstrap_extend
Short Description Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap
License
Informations about the package bootstrap_extend
Bootstrap Extend Plugin
A Simple Yet Configurable Drop-In Solution to Add Twitter Bootstrap to Your Project
Installation
[Using Composer]
View on Packagist, and copy the json snippet for the latest version into your project's composer.json
. Eg, v. 1.0.0 would look like this:
[Manual]
- Download this: https://github.com/bmilesp/BootstrapExtend/archive/master.zip
- Unzip that download.
- Copy the resulting folder to
app/Plugin
- Rename the folder you just copied to `BootstrapExtend
[GIT Clone]
In your Plugin
directory type:
Enable plugin
Add following lines in yout app/Config/bootstrap.php file
CakePlugin::load('BootstrapExtend', array('bootstrap' => true));
Usage
Add the following elements into your layout somewhere within the
tags:Add the following to the end of the layout before the