LexikTranslationBundle icon indicating copy to clipboard operation
LexikTranslationBundle copied to clipboard

Q: Symfony Flex

Open kironet opened this issue 7 years ago • 3 comments

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. :)

kironet avatar Oct 22 '17 10:10 kironet

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

bOnepain avatar Oct 31 '17 12:10 bOnepain

@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

nikophil avatar Mar 19 '18 15:03 nikophil

I think this was actually closed by https://github.com/lexik/LexikTranslationBundle/pull/320

cdaguerre avatar May 07 '18 19:05 cdaguerre