Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twig templates in Laravel 4

I would like to use TWIG templating instead for BLADE, is this possible?

Are there plans to support TWIG? As it is part of Symfony 2 and Laravel 4 relies on Symfony it would seem to be a good idea.

like image 554
gcman105 Avatar asked Apr 25 '13 09:04

gcman105


1 Answers

There exists a composer package TwigBridge that does exactly that.

like image 192
Nils Werner Avatar answered Oct 21 '22 05:10

Nils Werner