twig
-
When your template cannot be found in Symfony 4
While I was playing with GraphQL in Symfony I wanted to use a pre-symfony 4 bundle to provide a GraphQL server. When I wanted to go to a page that used a twig template I got the following error: Unable to find template “GraphQLBundle:Feature:explorer.html.twig” (looked into: /var/www/templates, /var/www/templates, /var/www/vendor/symfony/twig-bridge/Resources/views/Form). Since I haven’t been working with…