wdalmut / frankie-twig-module

将 Twig 添加到您的项目

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

This package is not auto-updated.

Last update: 2024-09-15 01:43:44 UTC


README

将 Twig 模板添加到您的项目

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