PHPackages                             mremi/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. [Framework](/categories/framework)
4. /
5. mremi/bootstrap-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

mremi/bootstrap-bundle
======================

A simple way to add the Bootstrap framework in a Symfony2 project

v3.0.2(12y ago)12.4k[1 issues](https://github.com/mremi/BootstrapBundle/issues)MITCSSPHP &gt;=5.3.3

Since Sep 15Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mremi/BootstrapBundle)[ Packagist](https://packagist.org/packages/mremi/bootstrap-bundle)[ Docs](https://github.com/mremi/BootstrapBundle)[ RSS](/packages/mremi-bootstrap-bundle/feed)WikiDiscussions master Synced 2mo ago

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

MremiBootstrapBundle
====================

[](#mremibootstrapbundle)

[![Total Downloads](https://camo.githubusercontent.com/38fca0a7637ab1fda6f592293f54648566bff13b6b6bce853b70d97d8dcbf78f/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f626f6f7473747261702d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mremi/bootstrap-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/f8f4000b780aca2f1b01d9ec9c0be404fcc5f0ec8f9103dcb33c12b5c88714e7/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f626f6f7473747261702d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mremi/bootstrap-bundle)

This bundle is a simple way to add the Bootstrap framework in a Symfony2 project.

License
-------

[](#license)

This bundle is available under the [MIT license](Resources/meta/LICENSE).

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.3+.

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

[](#installation)

Installation is a quick 2 step process:

1. Download MremiBootstrapBundle using composer
2. Enable the Bundle

### Step 1: Download MremiBootstrapBundle using composer

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

Add MremiBootstrapBundle in your composer.json:

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

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

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

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
