Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 jpcaparas/superpowers-laravel에서 57개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
jpcaparas/superpowers-laravel수집된 skill 57개 중 17개를 표시합니다.
Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
원문 언어: 영어
Create and register small, pure helper functions when they improve clarity; keep them organized and tested
원문 언어: 영어
Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
원문 언어: 영어
Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
원문 언어: 영어
Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gates enforced
원문 언어: 영어
Operate Horizon with confidence—naming, tags, concurrency, failure handling, actionable metrics, and dashboards
원문 언어: 영어
Use interfaces and dependency injection to decouple code; bind implementations in the container
원문 언어: 영어
Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes
원문 언어: 영어
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
원문 언어: 영어
Select only required columns to reduce memory and transfer costs; apply to base queries and relations
원문 언어: 영어
Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
원문 언어: 영어
Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments
원문 언어: 영어
Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
원문 언어: 영어
Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation
원문 언어: 영어
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
원문 언어: 영어
Read first in Laravel repos; explains runner selection (Sail vs non-Sail), core workflows, and how to apply superpowers skills in Laravel projects without platform lock-in
원문 언어: 영어
Create an actionable Laravel implementation plan—bite-sized tasks with TDD-first steps, migrations, services, jobs, and validation points
원문 언어: 영어