Skip to content

Instantly share code, notes, and snippets.

@anderson-marin26
Created July 14, 2017 12:15
Show Gist options
  • Save anderson-marin26/c7b4132aaa5ac5e51e217fe53ab34939 to your computer and use it in GitHub Desktop.
Save anderson-marin26/c7b4132aaa5ac5e51e217fe53ab34939 to your computer and use it in GitHub Desktop.
Twig Loader Example
<?php
require "../vendor/autoload.php";
$loader = new Twig_Loader_Filesystem('../view/');
$twig = new Twig_Environment($loader);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment