PHPackages                             yesccx/laravel-debugging - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. yesccx/laravel-debugging

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

yesccx/laravel-debugging
========================

Laravel Application Online Debugging!

v0.1.0(1y ago)01.2kMITPHPPHP ^8.1.0

Since Jul 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yesccx/laravel-debugging)[ Packagist](https://packagist.org/packages/yesccx/laravel-debugging)[ Docs](https://cloudladder.coding.net/p/php/d/laravel-debugging/git)[ RSS](/packages/yesccx-laravel-debugging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel-Debugging
=================

[](#laravel-debugging)

线上环境调试套件，DEBUG三板斧(安装编辑器、禁用OPcache、重启PHP-FPM).

安装
--

[](#安装)

运行环境要求PHP ^8.1.0Laravel Framework ^9.0```
composer require gupo/laravel-debugging
```

使用
--

[](#使用)

### 组合拳

[](#组合拳)

```
# php artisan debugging [--F | force] [--editor= nano | vim]

>> php artisan debugging -F

```

执行命令将自动进行以下操作：

- 离线安装 `nano` 编辑器 (可选在线安装 `vim` );
- 禁用 `OPcache`;
- 重启 `PHP-FPM`.

[![image](./imgs/index.gif)](./imgs/index.gif)

### 安装编辑器

[](#安装编辑器)

内置两种编辑器工具 `vim`、`nano` 的安装，其中 `nano` 支持离线安装, `vim` 目前需要在通外网的情况下安装.

```
#  php artisan debugging:install [nano | vim]

>> php artisan debugging:install vim

```

> 离线安装 `nano` 目前仅支持amd架构.

### 管理OPcache

[](#管理opcache)

管理 `OPcache` 的启用与禁用.

```
#  php artisan debugging:opcache [enable | true | disable | false] [--R | restart]

>> php artisan debugging:opcache false --restart

```

指定 `--restart` 时，尝试直接重启 `PHP-FPM` 使 `OPcache` 配置生效.

### 管理PHP-FPM

[](#管理php-fpm)

管理 `PHP-FPM` 服务状态.

```
#  php artisan debugging:service [restart | stop | start]

>> php artisan debugging:service restart

```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

677d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01e0254020f7dd9bfb9995161a66dfefd7ef247a6478669bb417087ee19c4f0d?d=identicon)[yesccx](/maintainers/yesccx)

---

Tags

laraveldebugging

### Embed Badge

![Health badge](/badges/yesccx-laravel-debugging/health.svg)

```
[![Health](https://phpackages.com/badges/yesccx-laravel-debugging/health.svg)](https://phpackages.com/packages/yesccx-laravel-debugging)
```

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)[daylerees/anbu

The Anbu profiler for Laravel 4.

3054.9k](/packages/daylerees-anbu)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2214.4k](/packages/thehocinesaad-laravel-error-ai)[djaxho/laravel-cats

Make programming fun again by printing cats when debugging and dumping data

421.9k](/packages/djaxho-laravel-cats)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
