Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Idioma do texto original: inglês
Menu
Skills neste repositório
O SkillsMP coletou 57 skills de jpcaparas/superpowers-laravel. Abra uma skill para revisar a origem e os detalhes.
jpcaparas/superpowers-laravelMostrando 17 de 57 skills coletadas.
Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Idioma do texto original: inglês
Create and register small, pure helper functions when they improve clarity; keep them organized and tested
Idioma do texto original: inglês
Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
Idioma do texto original: inglês
Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
Idioma do texto original: inglês
Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gates enforced
Idioma do texto original: inglês
Operate Horizon with confidence—naming, tags, concurrency, failure handling, actionable metrics, and dashboards
Idioma do texto original: inglês
Use interfaces and dependency injection to decouple code; bind implementations in the container
Idioma do texto original: inglês
Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes
Idioma do texto original: inglês
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
Idioma do texto original: inglês
Select only required columns to reduce memory and transfer costs; apply to base queries and relations
Idioma do texto original: inglês
Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
Idioma do texto original: inglês
Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments
Idioma do texto original: inglês
Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
Idioma do texto original: inglês
Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation
Idioma do texto original: inglês
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
Idioma do texto original: inglês
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
Idioma do texto original: inglês
Create an actionable Laravel implementation plan—bite-sized tasks with TDD-first steps, migrations, services, jobs, and validation points
Idioma do texto original: inglês