elao / theme-twitter-bootstrap-3-bundle
Twitter Bootstrap 3 theme bundle for ElaoThemeBundle
Package info
github.com/Elao/ElaoThemeTwitterBootstrap3Bundle
Language:HTML
Type:symfony-bundle
pkg:composer/elao/theme-twitter-bootstrap-3-bundle
v2.0.1
2016-02-23 08:00 UTC
Requires
- php: >=5.3.4
Suggests
- elao/form-bundle: ~2.0@dev
README
Twitter Bootstrap 3 theme for Elao Theme Bundle
Installation:
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(), ); }