🔍
Laravel Debugging Prompts
This skill helps you craft Laravel debugging prompts with complete errors, stack traces, context, and attempted solutions to accelerate fixes.
debuggingbackenddatabasecode-review
🧪
Laravel Constants And Configuration
This skill helps you replace hardcoded values with constants, enums, and config in Laravel projects to improve maintainability and configurability.
backenddebuggingrefactortesting
🧪
Laravel Interfaces And Di
This skill helps Laravel developers decouple code by defining narrow interfaces, injecting dependencies, and binding implementations in a service container.
backendrefactortestingcode-review