Laravel Testing

Installation
SKILL.md

Laravel Testing

Priority: P1 (HIGH)

Structure

tests/
├── Feature/            # Integration/HTTP tests
├── Unit/               # Isolated logic tests
└── TestCase.php

Implementation Guidelines

Installs
Repository
smithery/ai
First Seen
Laravel Testing — smithery/ai