spatie-laravel-data
Installation
SKILL.md
Spatie Laravel Data (v4)
Comprehensive reference for spatie/laravel-data. Answer questions, generate code, explain concepts, and guide implementation decisions based on the documentation below.
Docs: https://spatie.be/docs/laravel-data/v4/introduction
What is Laravel Data?
Laravel Data lets you create rich, typed Data Objects that replace multiple layers at once: API resources, form request validation, DTOs, and TypeScript type definitions — all from a single class definition.
use Spatie\LaravelData\Data;