marko / view-latte
Latte templating driver for Marko Framework View
0.0.1
2026-03-25 17:53 UTC
Requires
- php: ^8.5
- latte/latte: ^3.0
- marko/view: 0.0.1
Requires (Dev)
- pestphp/pest: ^4.0
This package is auto-updated.
Last update: 2026-03-25 21:07:19 UTC
README
Latte templating driver for the Marko Framework.
Installation
composer require marko/view-latte
Quick Example
$view->render('blog::post/index', ['posts' => $posts]);
Documentation
Full usage, API reference, and examples: marko/view-latte