Libraries tagged by eloquent-relationships
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
280 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
8 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
2 Downloads
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.
killmails/relation-attributes
0 Downloads
Define Eloquent relationships using Attributes.
faliure/laravel-separate-databases
11997 Downloads
Laravel Eloquent Relationships for Models living in separate databases (different hosts or same)
elkadrey/eloquent-json-relations
346 Downloads
Laravel Eloquent relationships with JSON keys
dipesh79/laravel-softdelete-action
62 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.
danhunsaker/eloquent-meta-relate
27 Downloads
Extend Eloquent relationships to support implied polymorphism and merging
boukeversteegh/eloquent-relations
2850 Downloads
Eloquent Relationship that defines symmetric relations
vajexal/laravel-attributes-relationships
5 Downloads
Laravel eloquent relationships using attributes
publica/relaquent
2 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers