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

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

bbit/bootstrap-bundle
=====================

symfony BBITBootstrapBundle

09CSS

Since Mar 30Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

BootstrapBundle
===============

[](#bootstrapbundle)

Will include jquery, bootstrap and font-awsome.

### Step 1: Download BBITBootstrapBundle using composer

[](#step-1-download-bbitbootstrapbundle-using-composer)

Add BBITBootstrapBundle in your composer.json:

```
{
    "require": {
        "bbit/bootstrap-bundle": "dev-master",
    }
}
```

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

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

Composer will install the bundle to your project's `vendor/BBIT` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
