2017 © Pedro Peláez
 

library frankie-twig-module

Add Twig to your project

image

wdalmut/frankie-twig-module

Add Twig to your project

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Twig Template Module

Add Twig templates to your project, (*1)

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

The Versions

19/07 2017

dev-master

9999999-dev

Add Twig to your project

  Sources   Download

MIT

The Requires

 

The Development Requires