core23/twig-extensions

此包已被放弃,不再维护。作者建议使用 nucleos/twig-extensions 包。

twig 的一些有用扩展。

1.4.1 2020-03-14 19:46 UTC

This package is auto-updated.

Last update: 2020-06-28 09:32:46 UTC


README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Continuous Integration Code Coverage

twig 的一些有用扩展。

安装

打开命令行,进入您的项目目录,然后执行以下命令以下载此库的最新稳定版本

composer require core23/twig-extensions

Symfony 使用

如果您想在 symfony 内使用此库,可以使用桥梁。

启用 Bundle

然后,通过将其添加到项目 config/bundles.php 文件中注册的 Bundle 列表中来启用该 Bundle

// config/bundles.php

return [
    // ...
    Core23\Twig\Bridge\Symfony\Bundle\Core23TwigBundle::class => ['all' => true],
];

许可

此库受 MIT 许可 的约束。