Skip to content

Laravel Commands (/laravel:)

← All command namespaces

PHP backend development with Laravel, Clean Architecture, and Pest PHP.

Code Generation

CommandDescription
/laravel:generate-controller <Name>Generate API controller with Form Request, Resource, and Policy

Analysis Commands

CommandDescription
/laravel:check-architectureValidate Clean Architecture (layers, dependencies)
/laravel:check-code-qualityRun code quality checks (PHPStan, Pint, N+1)
/laravel:check-complianceCheck rule compliance (Actions, DTOs, modern PHP)
/laravel:check-securitySecurity audit (OWASP Top 10, Sanctum, validation)
/laravel:check-testingTest coverage analysis (Pest PHP, factories)