Skip to content

devtronic/bootstrap3-macro-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bootstrap 3 Macros for Twig

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published