laravel-services
Installation
SKILL.md
Laravel Services
External services use Laravel's Manager pattern with multiple drivers.
Related guides:
- Actions - Actions use services
- Packages - Saloon for HTTP clients
- Testing - Testing with null drivers
When to Use
Use service layer when:
- Integrating external APIs
- Multiple drivers for same service (email, payment, SMS)
- Need to swap implementations
- Want null driver for testing