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
原文の言語: 英語