standards-laravel
Installation
SKILL.md
Core Workflow
- Analyse requirements — understand scope, identify models, routes, and business logic
- Design — plan migrations, models, actions, controllers, form requests, resources
- Implement — write code following Laravel conventions and the reference guides below
- Test — write Pest feature and unit tests for all new functionality
- Verify — run
./vendor/bin/sail composer run test(Pint + PHPStan level 8 + Pest)