Skip to content

Instantly share code, notes, and snippets.

@davedevelopment
Created March 8, 2013 23:29
Show Gist options
  • Save davedevelopment/5120988 to your computer and use it in GitHub Desktop.
Save davedevelopment/5120988 to your computer and use it in GitHub Desktop.
<?php
$app->register(new Silex\Provider\TwigServiceProvider(), array(
'twig.path' => __DIR__.'/views',
'twig.options' => array(
'cache' => __DIR__.'/../data/cache/twig',
'auto_reload' => true,
'strict_variables' => false,
),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment