Download the PHP package schranz-templating/symfony-handlebars-integration without Composer
On this page you can find all versions of the php package schranz-templating/symfony-handlebars-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download schranz-templating/symfony-handlebars-integration
More information about schranz-templating/symfony-handlebars-integration
Files in schranz-templating/symfony-handlebars-integration
Package symfony-handlebars-integration
Short Description A integration of template renderer into symfony via handlebars template engine.
License MIT
Informations about the package symfony-handlebars-integration
Schranz Template Renderer Integration for Handlebars
Integrate the templating Handlebars Adapter into the Symfony Framework.
Part of the Schranz Templating Project.
Installation
Install this package via Composer:
Register the Bundle class in your config/bundles.php
or Kernel file:
Configuration
The Handlebars Integration has the following configuration available:
None of the configuration is required.
default_path
type: string
default: '%kernel.project_dir%/templates'
The path to the directory where Symfony will look for the application Handlebars templates by default.
cache
type: string
default: '%kernel.cache_dir%/handlebars'
Before using the Handlebars templates to render some contents, they are compiled into regular PHP code. Compilation is a costly process, so the result is cached in the directory defined by this configuration option.
All versions of symfony-handlebars-integration with dependencies
salesforce/handlebars-php Version ^2.3 || ^3.0
schranz-templating/handlebars-adapter Version ^0.1
symfony/config Version ^4.4 || ^5.4 || ^6.0
symfony/dependency-injection Version ^4.4 || ^5.4 || ^6.0
symfony/http-kernel Version ^4.4 || ^5.4 || ^6.0