elao / theme-twitter-bootstrap-3-bundle
Twitter Bootstrap 3 theme bundle for ElaoThemeBundle
Installs: 12 955
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 23
Forks: 2
Open Issues: 0
Language:HTML
Type:symfony-bundle
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(), ); }