manadinho/fast-debugger 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

manadinho/fast-debugger

最新稳定版本:1.0.0

Composer 安装命令:

composer require manadinho/fast-debugger

包简介

Utilize FastDebugger to swiftly resolve issues through debugging.

README 文档

README

By using Fast Debugger, you can expedite the process of troubleshooting Laravel code and resolving issues. First install Fast Debugger desktop application according to your operating system. Now you are ready to receive log data from Laravel projects.

download desktop application

mac. windows. linux.

installation

composer require manadinho/fast-debugger

Usage

To use Fast Debugger in your Laravel project.

fast('FAST DEBUGGER IS WORKING');

To use Fast Debugger from blade files.

@fast('FAST DEBUGGER IS WORKING');

Note

  • Fast Debugger works only in local environment.
  • You can also pass multiple arguments.

You can specify flag to identify your specific log by chainig flag() method.

fast('FAST DEBUGGER IS WORKING')->flag('FLAG TO IDENTIFY');

On log data you can see file name and line number from the fast() or @fast() method is called. You can open file in VSCODE by simply clicking on file name.

统计信息

  • 总下载量: 89
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-16