maxbanton/dd
最新稳定版本:2.0
Composer 安装命令:
composer require maxbanton/dd
包简介
Laravel's old school style dump library
README 文档
README
Dump and die function
Very useful for var_dump - like debuggind. Inspired by old school Laravel function. It is particularly convenient to debug console applications, there is no unnecessary HTML code in your terminal.
Requrements
PHP >= 7.1. If you still use PHP 5.5, please use ^1.0 package version
Installation
Install latest version with command
composer require --dev maxbanton/dd ^2.0
Usage
<?php ... dd($arg1); dd($arg1, $arg2); ...
统计信息
- 总下载量: 9.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 6
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-16