Skip to content

schranz-templating/mezzio-mezzio-template-integration

Repository files navigation

Schranz Template Renderer Integration for Mezzio

Integrate the templating Mezzio Template Adapter into the Mezzio Framework.

Part of the Schranz Templating Project.

Installation

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,
]);

Configuration

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages