wdalmut/frankie-twig-module

Add Twig to your project

Maintainers

Package info

github.com/mary-shelley/twig-module

pkg:composer/wdalmut/frankie-twig-module

Statistics

Installs: 14

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 08:42:03 UTC


README

Add Twig templates to your project

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