Libraries tagged by relationship
radeer10/laravel-duplicate
3 Downloads
Duplicate any Eloquent model along with its underlying relationships
paxha/laravel-adjacency-list
126 Downloads
Recursive Laravel Eloquent relationships with CTEs
paxha/has-many-through-deep
139 Downloads
Laravel Eloquent HasManyThrough relationship with unlimited levels
pandorga/owner
13 Downloads
Allow Eloquent models to own each other. Supports many to many relationships.
outlandish/lib-posts-to-posts
1309 Downloads
A library for many-to-many relationships in WordPress
otsglobal/laravel-attachments
2 Downloads
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.
nylontechnology/belongstomanywithevents
8 Downloads
Override of Laravel Eloquent BelongsToMany relationship to fire events on attach/detach operations
nstaff/hl7-orm001
1 Downloads
Extension of aranyasen/hl7 to support easier relationships between OBX and ORC segments in an ORU message
noodleware/replicata
3 Downloads
A Laravel package for deep cloning Eloquent models and their nested relationships.
nicollasmat37/sync-one-to-many
0 Downloads
Sync OneToMany relationships for Laravel
nhalstead/transferable
188 Downloads
Transfer attached relationships from one model instance to another model instance of the same type.
netbuild/apidriver
20 Downloads
An Eloquent model and query builder with support for Restful Api Server using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods. Supports relationships to other models with methods like hasMany, belongsTo, etc.
naimsolong/laravel-data-extractor
0 Downloads
A data extractor based on models and it's relationship
musoftware/eloquent-has-many-deep
6 Downloads
Laravel Eloquent HasManyThrough relationships with unlimited levels
muhammetsafak/data-tree
5 Downloads
Converts a one-dimensional array into a tree with relationships as a multidimensional array.