michaeldrennen/debug-helper
Composer 安装命令:
composer require michaeldrennen/debug-helper
包简介
A library to help me output useful debug info during development.
README 文档
README
#DebugHelper
Introduction
DebugHelper is a little collection of PHP functions to help me view data when debugging.
Installation
To get started with DebugHelper, simply run:
composer require michaeldrennen/debug-helper
DebugHelper tools for Laravel
Pretty print the query log
use Illuminate\Support\Facades\DB; ... DB::enableQueryLog(); // Run queries... $queryLog = DB::getQueryLog(); DebugHelper::laravelPrintQueryLog($queryLog);
License
DebugHelper is open-sourced software licensed under the MIT license
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-30