patternengine-php-twig
patternengine-php-twig copied to clipboard
"twigMacroExt": "macro.twig" in composer.json should be "twigMacroExt": "macro.php"
I was running into problems where the terminal told me: Fatal error: Call to undefined method _TwigTemplate ....
After some research I found this issue has been allready described there: https://github.com/pattern-lab/starterkit-twig-demo/issues/15#issuecomment-432955110
Please correct me if I'm wrong.