schranz-templating/laminas-mustache-integration

通过 Mustache 模板引擎将模板渲染器集成到 Laminas。

0.1.0 2022-09-17 15:53 UTC

This package is auto-updated.

Last update: 2024-08-29 05:56:24 UTC


README

将模板适配器 Mustache Adapter 集成到 Laminas 框架 中。

Schranz 模板项目 的一部分。

安装

通过 Composer 安装此包

composer require schranz-templating/laminas-mustache-integration

将模块添加到 config/modules.config.php.php

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

配置

示例和默认配置可以在 config/module.config.php 中找到。