saloon-laravel-integration
Installation
SKILL.md
Saloon Laravel Integration (ports & adapters)
Use this skill when integrating a third-party API into a Laravel app (in-app code, no separate composer package) with SaloonPHP, behind a domain Contract.
This skill layers on saloon-integration. That skill owns the
Saloon mechanics — connector, resources, requests, output/input DTOs,
fixture redaction, the recording workflow. Read it first; this skill
only adds the Laravel concerns: the ports-and-adapters boundary,
container wiring, multi-tenant credentials, resilience, the write/push
side, and the HITL recording ritual. For non-Saloon Pest conventions,
see pest-package-tests.
Assumes saloonphp/laravel-plugin is installed. If you can't add it,
fall back to the plugin-free MockClient patterns in saloon-integration.