PHPackages                             hackzilla/bootstrap-bundle - 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. hackzilla/bootstrap-bundle

AbandonedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

hackzilla/bootstrap-bundle
==========================

Bootstrap handler bundle

0.9(11y ago)0102MITCSSPHP &gt;=5.3.3

Since Apr 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hackzilla/bootstrap-bundle)[ Packagist](https://packagist.org/packages/hackzilla/bootstrap-bundle)[ RSS](/packages/hackzilla-bootstrap-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (11)Used By (0)

Boostrap Helper Bundle for Symfony2
===================================

[](#boostrap-helper-bundle-for-symfony2)

Requirements
------------

[](#requirements)

- java
- nodejs (npm &amp; less)
- cssembed \[\]
- yuicompressor \[\]

System Setup
------------

[](#system-setup)

For ubuntu, run the following commands to install necessary dependencies.

```
apt-get install java-common nodejs npm
npm install -g less
```

Installation
------------

[](#installation)

Add HackzillaBootstrapBundle in your composer.json:

```
{
    "require": {
        "hackzilla/bootstrap-bundle": "~0.2",
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update hackzilla/bootstrap-bundle
```

Composer will install the bundle into your project's `vendor/hackzilla` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
