composer require mkoubik/latte-bundle
- register
LatteBundle\LatteBundle
in yourAppKernel
- add
'latte'
toframework.templating.engines
inapp/config/config.yml
- (if you are using
@Template
annotation, change it to@Template(engine="latte")
- assetic support
- template cache warmer
- support for
@Bundle:Controller:action
syntax in{link}
andn:href
- support for
@Bundle:Resources/views/file.html.latte
syntax in{extends}
- cache macros
{contentType}
and{status}
support