Open craph opened 6 years ago
Hi @craph, I had the same problem using Symfony 3.4 with PHP5.6, you should enable twig templating engine on the app/config/config.yml file.
# app/config/config.yml
framework:
# ...
templating: { engines: ['twig'] }
@shakaran Please we I add this bloc of code
{% extends 'AvanzuAdminThemeBundle:layout:base-layout.html.twig' %}
in my base.html.twig I got an internal server error.Here is the stack trace :
Unable to find template "AvanzuAdminThemeBundle:layout:base-layout.html.twig" (looked into: C:\wamp64\www\project\app/Resources/views, C:\wamp64\www\project\vendor\symfony\symfony\src\Symfony\Bridge\Twig/Resources/views/Form) in base.html.twig at line 1.
Is the version 1.3.x really stable ??