Skip to content

Elao/ElaoThemeTwitterBootstrap3Bundle

Repository files navigation

ElaoThemeTwitterBootstrap3Bundle

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(),
    );
}

Features