marko / view-latte
Latte templating driver for Marko Framework View
0.3.0
2026-04-10 20:17 UTC
Requires
- php: ^8.5
- latte/latte: ^3.0
- marko/view: 0.3.0
Requires (Dev)
- pestphp/pest: ^4.0
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