Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 696 Bytes

Schranz Template Renderer Integration for Plates

Integrate the templating Plates Adapter into the Laminas Framework.

Part of the Schranz Templating Project.

Installation

Install this package via Composer:

composer require schranz-templating/laminas-plates-integration

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

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

Configuration

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