dumbo/examples/cookie-latte

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

  1. Install dependencies:

    composer install
    
  2. Start the server:

    composer start
    
  3. Visit the URL http://localhost:8000 in your browser.