mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-16 13:50:03 +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
Follow these steps to set up and run the example:
-
Install Dependencies
First, install the necessary dependencies by running:
composer install
-
Start the Development Server
Once the dependencies are installed, start the development server with the following command:
composer start
Additional Resources
For more information on Latte and its capabilities, visit the official Latte documentation.