schranz-templating / laminas-laminas-view-integration
A integration of template renderer into laminas via laminas-view template engine.
Package info
github.com/schranz-templating/laminas-laminas-view-integration
pkg:composer/schranz-templating/laminas-laminas-view-integration
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/laminas-view-adapter: ^0.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Integrate the templating LaminasView Adapter into the Laminas Framework.
Part of the Schranz Templating Project.
Installation
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', ];
Configuration
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.