Integrate the templating Mustache Adapter into the Laminas Framework.
Part of the Schranz Templating Project.
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',
];
The example and default configuration can be found in config/module.config.php.