Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 259 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 259 Bytes

Twig Template Module

Add Twig templates to your project

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