Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 706 Bytes

File metadata and controls

27 lines (18 loc) · 706 Bytes

Schranz Template Renderer Integration for Mustache

Integrate the templating Mustache Adapter into the Laminas Framework.

Part of the Schranz Templating Project.

Installation

Install this package via Composer:

composer require schranz-templating/laminas-mustache-integration

Add the module to the config/modules.config.php.php:

return [
    // ...
    'Schranz\Templating\Integration\Laminas\Mustache',
];

Configuration

The example and default configuration can be found in config/module.config.php.