Libraries tagged by eloquent-relationships
tassawartech174/mongodb-relations
107 Downloads
Custom Laravel Eloquent relationships for MongoDB using jenssegers/mongodb and mongodb/laravel-mongodb. Supports unidirectional many-to-many and reverse lookups for embedded and reference-based relations.
coder-packages/anonymous-relationships
4 Downloads
Laravel anonymous relationships in eloquent
zerochip/laravel-lineage
18 Downloads
A Laravel package for chain calling eloquent relationships
uni-deal/filament-relationship-builder
10 Downloads
Registers a FilamentPHP builder via an Eloquent relationship with order, type, and data columns.
toanld/multi-relationships
293 Downloads
Compoships offers the ability to specify relationships based on two (or more) columns in Laravel's Eloquent ORM. The need to match multiple columns in the definition of an Eloquent relationship often arises when working with third party or pre existing schema/database.
ticetmp/comma-separated
12 Downloads
This function could be useful in scenarios where traditional Eloquent relationships are not applicable, and you need to manually handle the relationship using raw SQL queries with a comma-separated values approach
paxha/laravel-adjacency-list
126 Downloads
Recursive Laravel Eloquent relationships with CTEs
otsglobal/laravel-attachments
3 Downloads
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.
motrotz/relation-attributes
0 Downloads
Define Eloquent relationships using Attributes.
mashirou1234/laravel-when-on-relation
2 Downloads
Adds conditional callbacks on Laravel Eloquent relationship instances.
killmails/relation-attributes
0 Downloads
Define Eloquent relationships using Attributes.
ghanuz-clone/eloquent-relations
3 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
faliure/laravel-separate-databases
11997 Downloads
Laravel Eloquent Relationships for Models living in separate databases (different hosts or same)
dipesh79/laravel-softdelete-action
83 Downloads
A Laravel package to handle cascading, SET NULL, RESTRICT, NO ACTION, and SET DEFAULT behaviors for SoftDeletes in Eloquent relationships, with support for record restoration and cleanup actions.
devlin/laravel-model-analyzer
16 Downloads
Analyze and validate Eloquent relationships against database schema