Skip to content

nette-examples/latte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published