Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 574 Bytes

LatteBundle

Installation

  • composer require mkoubik/latte-bundle
  • register LatteBundle\LatteBundle in your AppKernel
  • add 'latte' to framework.templating.engines in app/config/config.yml
  • (if you are using @Template annotation, change it to @Template(engine="latte")

ToDo

  • assetic support
  • template cache warmer
  • support for @Bundle:Controller:action syntax in {link} and n:href
  • support for @Bundle:Resources/views/file.html.latte syntax in {extends}
  • cache macros
  • {contentType} and {status} support