php tracy,Laravel 整合 Nette Tracy Debugger

这篇博客介绍了如何在 Laravel 中增强错误处理,包括错误和异常的可视化展示,提供了调试栏,显示异常堆栈中所有方法参数的值。通过 Composer 安装 `recca0120/laravel-tracy` 包,并添加服务提供者到配置文件,然后发布资源。还支持与多种编辑器(如 Eclipse, Sublime, Notepad++)的集成。
摘要由CSDN通过智能技术生成

Better Laravel Exception Handler

Features

Visualization of errors and exceptions

Debugger Bar

Exception stack trace contains values of all method arguments.

Online Demo

Installing

To get the latest version of Laravel Exceptions, simply require the project using Composer:

composer require recca0120/laravel-tracy

Instead, you may of course manually update your require block and run composer update if you so choose:

{

"require": {

"recca0120/laravel-tracy": "^1.3.5"

}

}

Include the service provider within config/app.php. The service povider is needed for the generator artisan command.

'providers' => [

...

Recca0120\LaravelTracy\ServiceProvider::class,

...

];

publish

artisan vendor:publish --provider="Recca0120\LaravelTracy\ServiceProvider"

Editor Link

windows

copy /recca0120/laravel-tracy/tools/subl-handler/subl-handler.vbs to any directory where you want to place

double click subl-handler.vbs and select editor (support eclipse, sublime, notepad++, else...)

OSX

https://github.com/dhoulb/subl

Debugger Bar

SystemInfo

systeminfo.png

Route

route.png

View

view.png

Session

session.png

Request

request.png

Login

login.png

Web Artisan

web artisan is another package recca0120/terminal

terminal.png

notice

if you install terminal before, this panel will throw errors, please remove folder app/resources/views/vendor/terminal

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值