wdalmut/frankie-twig-module

Add Twig to your project

Installs: 14

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/wdalmut/frankie-twig-module

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

This package is not auto-updated.

Last update: 2025-09-28 06:38:47 UTC


README

Add Twig templates to your project

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