mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 14:18:14 +01:00
Latte Templating Example
This example showcases how to use the Latte templating engine to render views and pass them to Dumbo for displaying as HTML pages.
Getting Started
-
Install dependencies:
composer install
-
Start the server:
composer start
-
Visit the URL http://localhost:8000 in your browser.