devtronic/bootstrap3-macro-bundle

Bootstrap 3 Macros for Twig

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/devtronic/bootstrap3-macro-bundle

v1.0-alpha 2017-04-25 17:46 UTC

This package is auto-updated.

Last update: 2025-09-22 02:00:54 UTC


README

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