schranz-templating / laminas-smarty-integration
A integration of template renderer into laminas via smarty template engine.
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/smarty-adapter: ^0.1
README
Integrate the templating Smarty Adapter into the Laminas Framework.
Part of the Schranz Templating Project.
Installation
Install this package via Composer:
composer require schranz-templating/laminas-smarty-integration
Add the module to the config/modules.config.php.php
:
return [ // ... 'Schranz\Templating\Integration\Laminas\Smarty', ];
Configuration
The example and default configuration can be found in config/module.config.php.