Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 482 Bytes

configuration.md

File metadata and controls

29 lines (25 loc) · 482 Bytes

Installation

Add BoekkooiTwigJackBundle by running the command:

composer require boekkooi/twig-jack-bundle dev-master

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Boekkooi\Bundle\TwigJackBundle\BoekkooiTwigJackBundle(),
    );
}

Default configuration:

# app/config/config.yml
boekkooi_twig_jack:
    defer: true
    exclamation: true