TwigExcelBundle
TwigExcelBundle copied to clipboard
FatalErrorException in XlsBlockTokenParser.php
Hi When I'm enable the Bundle in the AppKernel, I got this error:
FatalErrorException in XlsBlockTokenParser.php line 65: Compile Error: Class MewesK\TwigExcelBundle\Twig\TokenParser\XlsBlockTokenParser may not inherit from final class (Twig_TokenParser_Block)
I ran composer update and cleared the cache. Symfony: 3.2.13
Thanks for help! Michael
you have to downgrade your twig to 1.x
Came across same issue. The bundle should define the supported versions of libraries it uses. Also, would be nice to upgrade support for Twig 2.x :)
Or use Erelke TwigSpreadsheetBundle