LexikTranslationBundle
LexikTranslationBundle copied to clipboard
Q: Symfony Flex
Hey,
are you planning to support Symfony Flex?
Because right now I'm getting this error:
Unable to find template "LexikTranslationBundle:Translation:overview.html.twig" (looked into: /Users/username/Documents/Projects/Symfony/ProjectName/templates
// I know flex is just in beta or alpha, but it should be out soon, so just wondering. :)
Hello,
I have the same problem: twig templates should be referenced using the Twig namespace notation with an '@' like in:
@LexikTranslation/Translation/overview.html.twig
@kironet i've just had this problem, and i figured out that if you enable the templating in the fremwork, this notation works... https://github.com/sensiolabs/SensioGeneratorBundle/issues/587
I think this was actually closed by https://github.com/lexik/LexikTranslationBundle/pull/320