marcosdsanchez/mustache-templating-engine

Mustache templating engine for symfony/templating

v1.0.0 2019-12-25 20:24 UTC

This package is auto-updated.

Last update: 2024-09-26 07:01:58 UTC


README

A Symfony engine of the Mustache template rendering. Should be used with symfony/templating and mustache/mustache

  1. Installing

Composer

Just run following command with composer:

composer require marcosdsanchez/mustache-templating-engine

Lookup desired version constraint from packagist. After adding this run

composer update