itholics/oxid-debug-twig
最新稳定版本:1.0.0
Composer 安装命令:
composer require itholics/oxid-debug-twig
包简介
Twig extension to help debugging twig templates in OXID eShop 7.0.0+
README 文档
README
Installation
composer require --dev itholics/oxid-debug-twig
Usage
xdebug_break()
Xdebug will stop at this mark. You may need to go up the chain and look at the context variable.
{{ xdebug_break() }}
var_dump()
var_dump in <pre> tags.
{{ var_dump(item) }}
{{ var_dump(item1, item2, item3) }}
print_r
print_r in <pre> tags.
{{ print_r(item) }}
License
MIT
Copyright
ITholics Dev Team info@itholics.de
统计信息
- 总下载量: 220
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-06