2017 © Pedro PelĂĄez
 

symfony-bundle bootstrap-bundle

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

image

mremi/bootstrap-bundle

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

  • Sunday, November 17, 2013
  • by mremi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,336 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MremiBootstrapBundle

Total Downloads Latest Stable Version, (*1)

This bundle is a simple way to add the Bootstrap framework in a Symfony2 project., (*2)

License

This bundle is available under the MIT license., (*3)

Prerequisites

This version of the bundle requires Symfony 2.3+., (*4)

Installation

Installation is a quick 2 step process:, (*5)

  1. Download MremiBootstrapBundle using composer
  2. Enable the Bundle

Step 1: Download MremiBootstrapBundle using composer

Add MremiBootstrapBundle in your composer.json:, (*6)

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

Now tell composer to download the bundle by running the command:, (*7)

``` bash $ php composer.phar update mremi/bootstrap-bundle, (*8)


Composer will install the bundle to your project's `vendor/mremi` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Mremi\BootstrapBundle\MremiBootstrapBundle(), ); }

Contribution

Any question or feedback? Open an issue and I will try to reply quickly., (*9)

I hope this has been useful and has helped you. If so, share it and recommend it! :), (*10)

@mremitsme, (*11)

The Versions

17/11 2013

dev-master

9999999-dev https://github.com/mremi/BootstrapBundle

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

  Sources   Download

MIT

The Requires

 

by RĂ©mi Marseille

css bootstrap javascript symfony2

17/11 2013

v3.0.2

3.0.2.0 https://github.com/mremi/BootstrapBundle

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

  Sources   Download

MIT

The Requires

 

by RĂ©mi Marseille

css bootstrap javascript symfony2

15/09 2013

v3.0.0

3.0.0.0 https://github.com/mremi/BootstrapBundle

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

  Sources   Download

MIT

The Requires

 

by RĂ©mi Marseille

css bootstrap javascript symfony2