Integrate the templating LaminasView Adapter into the Laminas Framework.
Part of the Schranz Templating Project.
Install this package via Composer:
composer require schranz-templating/laminas-laminas-view-integration
Add the module to the config/modules.config.php.php
:
return [
// ...
'Schranz\Templating\Integration\Laminas\LaminasView',
];
The Laminas View Integration has currently no configuration as LaminasView is supported out of the box by Laminas and can be configured via the Laminas View Module.