dmytrof/template-parameters-bundle

Symfony DmytrofTemplateParametersBundle 用于替换模板中的参数

安装: 4

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

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

This package is auto-updated.

Last update: 2024-09-13 18:37:34 UTC


README

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

本包可以帮助您在 Symfony 4/5 应用程序中替换模板中的参数

安装步骤

步骤 1:安装包

$ composer require dmytrof/template-parameters-bundle 

步骤 2:启用包

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