mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 06:08:31 +01:00
Cookie Auth Latte Example
This example showcases how to use the Latte templating engine to render views and cookies for a simple naive auth example.
Getting Started
-
Install dependencies:
composer install
-
Start the server:
composer start
-
Visit the URL http://localhost:8000 in your browser.