madewithlove/laravel-debug-console
最新稳定版本:1.0.3
Composer 安装命令:
composer require madewithlove/laravel-debug-console
包简介
Works as a console viewer for laravel debugbar.
README 文档
README
Use as an alternative to view collected information from Laravel Debugbar package. Useful if you are building apis or running console commands.
Installation
You can install the latest version via composer:
composer require --dev madewithlove/laravel-debug-console
Add the service provider to config/app.php if you are on laravel 5.4 or bellow:
'providers' => [ // ... Madewithlove\LaravelDebugConsole\ServiceProvider::class ]
Usage
Open your console and run php artisan app:debug [messages|timeline|exceptions|route|queries|request] same options that are available by default on Laravel Debugbar.
统计信息
- 总下载量: 365
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-26
