devtronic/bootstrap3-macro-bundle

Bootstrap 3 Macros for Twig


Keywords
bootstrap3, css, html, symfony, twig
License
MIT

Documentation

Bootstrap 3 Macro Bundle

Work in progress, pre-alpha!!

Installation

composer require devtronic/bootstrap3-macro-bundle

In app/AppKernel.php:

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        //...
        new Devtronic\Bootstrap3MacroBundle\Bootstrap3MacroBundle(),
    );
}

Usage

{% import "Bootstrap3MacroBundle::macros.html.twig" as bootstrap %}

Documentation

here