Relations
Namespaces
- Concerns
Interfaces, Classes and Traits
- BelongsToManyThrough
- A BelongsToMany relationship that queries through an additional intermediate model.
- BelongsToManyUnique
- A BelongsToMany relationship that reduces the related members to a unique (by primary key) set.
- HasManySyncable
- A HasMany relationship that supports a `sync` method.
- MorphManySyncable
- A MorphMany relationship that constrains on the value of an additional foreign key in the pivot table.
- MorphToManyUnique
- A MorphToMany relationship that reduces the related members to a unique (by primary key) set.