Download the PHP package schranz-templating/symfony-blade-integration without Composer
On this page you can find all versions of the php package schranz-templating/symfony-blade-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download schranz-templating/symfony-blade-integration
More information about schranz-templating/symfony-blade-integration
Files in schranz-templating/symfony-blade-integration
Package symfony-blade-integration
Short Description A integration of template renderer into symfony via blade template engine.
License MIT
Informations about the package symfony-blade-integration
Schranz Template Renderer Integration for Blade
Integrate the templating Blade 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 Blade 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 Blade templates by default. If you store the templates in more than one directory, use the paths option too.
paths
type: array
default: []
Defines the directories where application templates are stored in addition to the directory defined in the default_path
option:
cache
type: string
default: '%kernel.cache_dir%/blade'
Before using the Blade 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-blade-integration with dependencies
illuminate/view Version ^8.0 || ^9.0
schranz-templating/blade-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