rdehnhardt/var-dumper
最新稳定版本:1.3.0
Composer 安装命令:
composer require rdehnhardt/var-dumper
包简介
Dumper based on Laravel for non Laravel projects.
README 文档
README
This package enable dd() function for projects without laravel. Also d() and dump() function when is not necessary stop running the code.
Installation
Run the following command to get the latest version package
composer require rdehnhardt/var-dumper --dev
Usage
dd($yourVar); OR dd($yourVar1, $yourVar2, .., $yourVarN);
统计信息
- 总下载量: 34.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 28
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-17