fulgurio/twitter-bootstrap-bundle

Symfony FulgurioTwitterBootstrapBundle

3.1.1 2014-04-06 14:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:14:59 UTC


README

This bundle will be use with others bundles whose uses Twitter bootstrap for Symfony 2.

Installation

Step 1: Download FulgurioTwitterBootstrapBundle using composer

Coming soon

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Fulgurio\TwitterBootstrapBundle\FulgurioTwitterBootstrapBundle(),
    );
}

How to use

It's easy, just use {{ asset('bundles/fulguriotwitterbootstrap/css/bootstrap.css') }} into your template to include bootstrap files (in this case bootstrap.css)