schranz-templating/laminas-handlebars-integration

A integration of template renderer into laminas via handlebars template engine.

0.1.0 2022-09-17 15:53 UTC

This package is auto-updated.

Last update: 2024-03-29 04:46:40 UTC


README

Integrate the templating Handlebars Adapter into the Laminas Framework.

Part of the Schranz Templating Project.

Installation

Install this package via Composer:

composer require schranz-templating/laminas-handlebars-integration

Add the module to the config/modules.config.php.php:

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

Configuration

The example and default configuration can be found in config/module.config.php.