delboy1978uk/twig-debug
最新稳定版本:v2.0.0
Composer 安装命令:
composer require delboy1978uk/twig-debug
包简介
A Twig Xdebug Breakpoint Extension
README 文档
README
Use XDebug to pause your code inside a Twig view.
installation
composer require delboy1978uk/twig-debug
configuration
Register the extension with Twig:
<?php use Del\Twig\DebugExtension; /** @var $twig Twig_Environment */ $twig->addExtension(new DebugExtension());
Or, if you are using Symfony, add it to your services.yml like this:
Del\Twig\DebugExtension: tags: - { name: twig.extension }
usage
Within a Twig block, simply add:
{{ breakpoint() }}
统计信息
- 总下载量: 6.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-03