dmytrof/template-parameters-bundle

Symfony DmytrofTemplateParametersBundle to replace parameters in templates

dev-main 2022-05-13 13:30 UTC

This package is auto-updated.

Last update: 2024-04-13 17:46:45 UTC


README

====================

This bundle helps you to replace parameters in templates for your Symfony 4/5 application

Installation

Step 1: Install the bundle

$ composer require dmytrof/template-parameters-bundle 

Step 2: Enable the bundle

<?php
    // config/bundles.php
    
    return [
        // ...
        Dmytrof\TemplateParametersBundle\DmytrofTemplateParametersBundle::class => ['all' => true],
    ];