Skip to content

Instantly share code, notes, and snippets.

@hhamon
Last active December 17, 2015 12:59
Show Gist options
  • Select an option

  • Save hhamon/5613658 to your computer and use it in GitHub Desktop.

Select an option

Save hhamon/5613658 to your computer and use it in GitHub Desktop.
<?php
require __DIR__.'/vendor/autoload.php';
$loader = new Twig_Loader_Filesystem(__DIR__.'/views');
$twig = new Twig_Environment($loader, array(
//'cache' => __DIR__.'/cache',
));
return $twig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment