Media Traits ​
Three traits handle file and image attachments. They all build on morph pivot tables so any model can attach media without schema changes.
| Trait | Description |
|---|---|
| HasImages | Media library images via MorphToMany with crop, LQIP, and social URL helpers |
| HasFiles | File attachments via MorphToMany with locale-aware retrieval |
| HasFileponds | Filepond temp-file tracking with collection change management |