schranz-templating/laminas-handlebars-integration

通过Handlebars模板引擎将模板渲染器集成到laminas中。

0.1.0 2022-09-17 15:53 UTC

This package is auto-updated.

Last update: 2024-08-29 06:17:12 UTC


README

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

属于 Schranz 模板项目

安装

通过Composer安装此包

composer require schranz-templating/laminas-handlebars-integration

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

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

配置

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