PHPackages                             bmilesp/bootstrap\_extend - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. bmilesp/bootstrap\_extend

ActiveCakephp-plugin[Framework](/categories/framework)

bmilesp/bootstrap\_extend
=========================

Classes and helpers that extend CakePHP for a simple and powerful drop-in solution for Twitter Bootstrap

2.8.5(10y ago)0193JavaScript

Since May 29Pushed 10y ago2 watchersCompare

[ Source](https://github.com/bmilesp/BootstrapExtend)[ Packagist](https://packagist.org/packages/bmilesp/bootstrap_extend)[ RSS](/packages/bmilesp-bootstrap-extend/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (22)Used By (0)

Bootstrap Extend Plugin
=======================

[](#bootstrap-extend-plugin)

A Simple Yet Configurable Drop-In Solution to Add Twitter Bootstrap to Your Project

---

Installation
============

[](#installation)

*\[Using [Composer](http://getcomposer.org/)\]*

[View on Packagist](https://packagist.org/packages/bmilesp/bootstrap_extend), and copy the json snippet for the latest version into your project's `composer.json`. Eg, v. 1.0.0 would look like this:

```
{
	"require": {
		"bmilesp/bootstrap_extend": ""2.6.x-dev"
	}
}
```

*\[Manual\]*

- Download this: [https://github.com/bmilesp/BootstrapExtend/archive/master.zip](https://github.com/bmilesp/BootstrapExtend/archive/master)
- 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:

```
git clone -b master git://github.com/bmilesp/BootstrapExtend.git Upload
```

Enable plugin
=============

[](#enable-plugin)

Add following lines in yout app/Config/bootstrap.php file

```
CakePlugin::load('BootstrapExtend', array('bootstrap' => true));

```

Usage
=====

[](#usage)

Add the following elements into your layout somewhere within the tags:

```
