Looking to hire Laravel developers? Try LaraJobs

laravel-agents-debug maintained by clcbws

Description
A Zero-JS, High-Fidelity Server-Side Diagnostics & Profiling Suite for Laravel 12/13.
Author
Last update
2026/05/22 13:43 (dev-main)
License
Downloads
4

Comments
comments powered by Disqus

Laravel Agent-Debugger

A Zero‑JS, high‑fidelity server‑side diagnostics & profiling suite for Laravel 12.x/13.x.

Documentation

Origin Story

"I developed this package because in some projects I had to spend a lot of time just explaining the problem to my AI coding agents. I started with a lightweight middleware helper and kept adding features. Soon I realized other developers faced the same bottleneck, so I decided to share it with the community. This is an invention of need."Ahtesham

Why Choose Laravel Agent-Debugger?

  • Require‑dev isolation – never shipped to production.
  • Zero JS footprint – all diagnostics run server‑side.
  • Balanced payload truncation – shows schema samples while keeping logs compact.
  • Artisan control suite – enable/disable, status, log rotation, live tail.

Quick Start Installation

composer require --dev clcbws/laravel-agents-debug

Publish the configuration:

php artisan vendor:publish --provider="LaravelAgentDebugger\DebugActivityServiceProvider"

Enable live profiling:

php artisan agent:debug-on

For a full walkthrough, visit the live documentation site: https://ahtesham-clcbws.github.io/laravel-agents-debug/