mkoubik / latte-bundle
There is no license information available for the latest version (0.9.1) of this package.
0.9.1
2015-05-23 11:29 UTC
Requires
- php: >=5.3.3
- nette/nette: 2.1.*
- symfony/symfony: 2.3.*
Requires (Dev)
- janmarek/mockista: *
- nette/tester: *
- symfony/assetic-bundle: 2.3.*
This package is auto-updated.
Last update: 2024-11-12 22:37:50 UTC
README
Installation
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")
ToDo
- 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