avency/neos-vardump
最新稳定版本:2.1.0
Composer 安装命令:
composer require avency/neos-vardump
包简介
Neos VarDump Package
README 文档
README
Bringing the Symfony Var-Dump Server to Neos.
This package will give you a dump server, that collects all \Avency\Neos\var_dump call outputs, so that it does not interfere with HTTP / API responses.
Installation
You can install the package via composer:
composer require --dev avency/neos-vardump
The package will register itself automatically.
Usage
Start the dump server by calling the flow command:
./flow dumpserver:start
And then you can put \Avency\Neos\var_dump calls in your methods. But instead of dumping the output in your current HTTP request, they will be dumped in your terminal.
This is very useful, when you want to dump data from API requests, without having to deal with HTTP errors.
Credits
- Beyond Code for the idea
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 7.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-11