What problem does it solve?
Laravel developers struggle to understand how their applications are structured, which routes are unused or unprotected, where SQL inefficiencies occur, and why performance or security issues show up in production.
Core Features & Use Cases
- Comprehensive Laravel scanning to analyze the overall application health, models, routes, services, and providers from the command line.
- Deep route and security inspection to find unused routes and detect unprotected endpoints and middleware coverage.
- Database and performance diagnostics including SQL tracing, N+1/duplicate query detection, slow query detection, and memory/performance analysis, with exportable reports (json/array/count/mermaid) for CI and documentation workflows.
Quick Start
Ask the skill to scan your app for unused routes, unprotected endpoints, SQL duplicates, and performance bottlenecks using the command: php artisan dev:scan --all.