Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 29, 2019 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/89682645d264778ff2bf18b0a7579b08 to your computer and use it in GitHub Desktop.
Save parzibyte/89682645d264778ff2bf18b0a7579b08 to your computer and use it in GitHub Desktop.
<?php
use Twig\TwigFunction;
use Twig\Loader\FilesystemLoader;
$loader = new FilesystemLoader(DIRECTORIO_RAIZ . "/vistas");
$twig = new Environment($loader, [
"cache" => $rutaCacheTwig,
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment