schranz-templating / symfony-twig-integration
A integration of template renderer into symfony via twig template engine.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/schranz-templating/symfony-twig-integration
Requires
- php: ^7.0 || ^8.0
- schranz-templating/twig-adapter: ^0.1
- symfony/config: ^4.4 || ^5.4 || ^6.0
- symfony/dependency-injection: ^4.4 || ^5.4 || ^6.0
- symfony/http-kernel: ^4.4 || ^5.4 || ^6.0
- symfony/twig-bundle: ^4.4 || ^5.4 || ^6.0
README
Integrate the templating Twig Adapter into the Symfony Framework.
Part of the Schranz Templating Project.
Installation
Install this package via Composer:
composer require schranz-templating/symfony-twig-integration
Register the Bundle class in your config/bundles.php
or Kernel file:
return [ // ... Schranz\Templating\Integration\Symfony\Twig\SchranzTemplatingTwigBundle::class => ['all' => true], ];
Configuration
The Twig Integration has currently no configuration as twig is supported out of the box by Symfony and can be configured via the Symfony Twig Bundle.