03/05
2017
Wallogit.com
2017 © Pedro Peláez
Bootstrap 3 Macros for Twig
Work in progress, pre-alpha!!, (*1)
composer require devtronic/bootstrap3-macro-bundle, (*2)
In app/AppKernel.php:, (*3)
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
//...
new Devtronic\Bootstrap3MacroBundle\Bootstrap3MacroBundle(),
);
}
{% import "Bootstrap3MacroBundle::macros.html.twig" as bootstrap %}
here, (*4)