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: 2026-02-13 01:10:53 UTC
README
Installation
composer require mkoubik/latte-bundle- register
LatteBundle\LatteBundlein yourAppKernel - add
'latte'toframework.templating.enginesinapp/config/config.yml - (if you are using
@Templateannotation, change it to@Template(engine="latte")
ToDo
- assetic support
- template cache warmer
- support for
@Bundle:Controller:actionsyntax in{link}andn:href - support for
@Bundle:Resources/views/file.html.lattesyntax in{extends} - cache macros
{contentType}and{status}support