2017 © Pedro Peláez
 

symfony-bundle bootstrap-bundle

symfony BBITBootstrapBundle

image

bbit/bootstrap-bundle

symfony BBITBootstrapBundle

  • Sunday, March 30, 2014
  • by whitewhidow
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BootstrapBundle

Will include jquery, bootstrap and font-awsome., (*1)

Step 1: Download BBITBootstrapBundle using composer

Add BBITBootstrapBundle in your composer.json:, (*2)

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

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

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


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

Usage in TWIG template:

twig {{ insertBootstrap() }}, (*5)

The Versions

30/03 2014

dev-master

9999999-dev

symfony BBITBootstrapBundle

  Sources   Download

MIT

The Requires