Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 753 Bytes

readme.md

File metadata and controls

40 lines (28 loc) · 753 Bytes

Latte Examples

Latte is the safest & truly intuitive templates for PHP. Engine for those who want the most secure PHP sites. This is a collection of examples demonstrating how to use Latte.

Installing

Follow these steps to set up the example:

  1. Clone this repository:
git clone https://github.com/nette-examples/latte
  1. Navigate to the project directory:
cd latte
  1. Install the required dependencies:
composer install

Running the Demo

Execute the demo using the following command:

php 01-basic/example.php

and so on, one example in each directory.

Ensure you have PHP version 8.0 or above installed to run the demo.