PHPackages                             chronon/bootstrap - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chronon/bootstrap

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

chronon/bootstrap
=================

Twitter Bootstrap packaged as a CakePHP plugin.

2.3.1(13y ago)3582MITPHP &gt;=5.3.0

Since Apr 26Pushed 8y ago2 watchersCompare

[ Source](https://github.com/chronon/CakePHP-Bootstrap-Plugin)[ Packagist](https://packagist.org/packages/chronon/bootstrap)[ Docs](https://github.com/chronon/CakePHP-Bootstrap-Plugin)[ RSS](/packages/chronon-bootstrap/feed)WikiDiscussions master Synced today

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

CakePHP Twitter Bootstrap Plugin
================================

[](#cakephp-twitter-bootstrap-plugin)

**DEPRECATION NOTICE:** This CakePHP 2.x plugin is deprecated and will most likely not be updated.

Twitter Bootstrap packaged as a plugin.

Installation:
-------------

[](#installation)

**Using [Composer](http://getcomposer.org/)/[Packagist](https://packagist.org):**

In your project `composer.json` file:

```
{
	"require": {
		"chronon/bootstrap": "*"
	}
}

```

This will install the plugin into `Plugin/Bootstrap`.

**Using git:**

```
git clone git@github.com:chronon/CakePHP-Bootstrap-Plugin.git APP/Plugin/Bootstrap
```

Usage:
------

[](#usage)

In your app's `Config/bootstrap.php`:

```
