schranz-templating / laminas-plates-integration
通过 Plates 模板引擎将模板渲染器集成到 Laminas 中。
0.1.0
2022-09-17 15:53 UTC
Requires
- php: ^7.0 || ^8.0
- laminas/laminas-modulemanager: ^2.0
- laminas/laminas-servicemanager: ^2.0 || ^3.0
- schranz-templating/plates-adapter: ^0.1
README
将 Plates 适配器 集成到 Laminas 框架 中。
属于 Schranz 模板项目。
安装
通过 Composer 安装此包
composer require schranz-templating/laminas-plates-integration
将模块添加到 config/modules.config.php.php
return [ // ... 'Schranz\Templating\Integration\Laminas\Plates', ];
配置
示例和默认配置可以在 config/module.config.php 中找到。