elao/theme-twitter-bootstrap-3-bundle

Twitter Bootstrap 3 theme bundle for ElaoThemeBundle

Installs: 12 914

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 23

Forks: 2

Open Issues: 0

Language:HTML

Type:symfony-bundle

v2.0.1 2016-02-23 08:00 UTC

This package is auto-updated.

Last update: 2024-04-05 18:19:00 UTC


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

Features