Integrate the templating Mezzio Template Adapter into the Mezzio Framework.
Part of the Schranz Templating Project.
Install this package via Composer:
composer require schranz-templating/mezzio-mezzio-template-integration
Register the ConfigProvider class in your config/config.php
if not already automatically
added by the framework:
// ...
$aggregator = new ConfigAggregator([
// ...
\Schranz\Templating\Integration\Mezzio\MezzioTemplate\ConfigProvider::class,
]);
The Mezzio Integration has currently no configuration as Plates is supported out of the box by Mezzio and can be configured via one of the following integrations: