What problem does it solve?
Laravel debugging is often ad-hoc and time-consuming. This Skill provides a structured workflow to diagnose and resolve Laravel application issues by collecting browser and server logs, error details, and runtime context to guide fixes.
Core Features & Use Cases
- Systematic debugging workflow: Collect browser and Laravel logs, identify root causes, and plan fixes.
- Guided reproduction & testing: Create focused tests to reproduce bugs and verify fixes.
- Common pattern guidance: Address issues such as Vite/asset errors, N+1 queries, validation, authorization, and CSRF-related failures.
- Practical use case: When a Laravel app shows a 500 error after a deployment, follow this skill to gather diagnostics and implement a minimal repro and fix.
Quick Start
Follow the debugging workflow to begin diagnosing a Laravel issue: gather logs, reproduce the issue with a focused test, apply a fix, and verify with tests. If you modify code, run the formatter (pint) to ensure style guidelines are met.