2017 © Pedro Peláez
 

library bootstrap3-macro-bundle

Bootstrap 3 Macros for Twig

image

devtronic/bootstrap3-macro-bundle

Bootstrap 3 Macros for Twig

  • Wednesday, May 3, 2017
  • by Devtronic
  • Repository
  • 2 Watchers
  • 1 Stars
  • 8 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Bootstrap 3 Macro Bundle

Work in progress, pre-alpha!!, (*1)

Installation

composer require devtronic/bootstrap3-macro-bundle, (*2)

In app/AppKernel.php:, (*3)

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

Usage

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

Documentation

here, (*4)

The Versions

03/05 2017

dev-master

9999999-dev

Bootstrap 3 Macros for Twig

  Sources   Download

MIT

by Julian Finkler

25/04 2017

v1.0-alpha

1.0.0.0-alpha

Bootstrap 3 Macros for Twig

  Sources   Download

MIT

by Julian Finkler