elao/theme-twitter-bootstrap-3-bundle
Symfony bundle providing a Twitter Bootstrap 3 theme for the Elao Theme Bundle. Includes form themes, Twig templates, and Twig helpers to quickly apply Bootstrap 3 styling across your Symfony app.
Twitter Bootstrap 3 theme for Elao Theme Bundle
Add ElaoThemeTwitterBootstrap3Bundle to your composer.json:
$ composer require elao/theme-twitter-bootstrap-3-bundle 2.0
Register the bundle in the kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Elao\Bundle\Theme\TwitterBootstrap3Bundle\ElaoThemeTwitterBootstrap3Bundle(),
);
}
How can I help you explore Laravel packages today?