We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cb844 commit 98badbbCopy full SHA for 98badbb
README.md
@@ -50,6 +50,9 @@ $twigConfig = [
50
51
$twigLoader = new FilesystemLoader('./tpl/');
52
$twig = new Environment($twigLoader, $twigConfig);
53
+// if you need {{ dump() }} in the twig templates add
54
+//$twig->addExtension(new DebugExtension());
55
+// and use Twig\Extension\DebugExtension; // at the top of the file
56
57
// this is for the filter |trans
58
$filter = new TwigFilter(
0 commit comments