Laravel Commands (/laravel:)
PHP backend development with Laravel, Clean Architecture, and Pest PHP.
Code Generation
| Command | Description |
|---|---|
/laravel:generate-controller <Name> | Generate API controller with Form Request, Resource, and Policy |
Analysis Commands
| Command | Description |
|---|---|
/laravel:check-architecture | Validate Clean Architecture (layers, dependencies) |
/laravel:check-code-quality | Run code quality checks (PHPStan, Pint, N+1) |
/laravel:check-compliance | Check rule compliance (Actions, DTOs, modern PHP) |
/laravel:check-security | Security audit (OWASP Top 10, Sanctum, validation) |
/laravel:check-testing | Test coverage analysis (Pest PHP, factories) |