wdalmut/frankie-twig-module

Add Twig to your project

dev-master 2017-07-19 19:46 UTC

This package is not auto-updated.

Last update: 2024-04-27 23:39:36 UTC


README

Add Twig templates to your project

[
    ...,
    new TwigModule([
        'templates' => __DIR__ . '/app/resources',
        'options' => [
            'cache' => '/tmp',
            'debug' => true,
        ],
    ]),
]