mkoubik/latte-bundle

该软件包最新版本(0.9.1)没有提供许可证信息。

0.9.1 2015-05-23 11:29 UTC

This package is auto-updated.

Last update: 2024-09-12 22:07:36 UTC


README

安装

  • composer require mkoubik/latte-bundle
  • 在您的AppKernel中注册LatteBundle\LatteBundle
  • 'latte'添加到app/config/config.yml中的framework.templating.engines
  • (如果您使用@Template注解,将其更改为@Template(engine="latte")

待办事项

  • assetic支持
  • 模板缓存预热器
  • {link}n:href中支持@Bundle:Controller:action语法
  • {extends}中支持@Bundle:Resources/views/file.html.latte语法
  • 缓存宏
  • {contentType}{status}支持