Libraries tagged by model relations
brandonkerr/eloquent-from-settings
8 Downloads
Easily generate eloquent models and relationships from JSON or array
bfg/scaffold
663 Downloads
Scaffolding for recursively creating migration models and relationships between them
vati/filtero
7 Downloads
A Laravel package to filter, search, sort data from models and their relations
crocodicstudio/cbmodel
13417 Downloads
Boost your laravel database relation with model enhancement
netbuild/apidriver
19 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.
plank/larelations
34 Downloads
Extract the relations from a given Laravel model
wfeller/parental
1429 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
userfrosting/extend-user
349 Downloads
An example Sprinkle for extending the User model and table with additional fields or relationships.
igaster/eloquent-inheritance
145 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
tecdiary/laravel-attachments
1476 Downloads
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
maso/treeify
15 Downloads
Laravel package allows you to convert flat collections of models into hierarchical tree structures, simplifying parent-child relationships management.
chandra-hemant/htkc-utils
53 Downloads
Introducing a powerful and flexible dynamic search function for Laravel applications, designed to simplify complex queries with nested and recursive relationship conditions. This package provides an elegant solution to dynamically search across multiple models and their related data, offering developers the ability to handle various levels of relationships in a single, streamlined query.
inventive/laravel-owner
82 Downloads
Allow Eloquent models to own each other. Supports many to many relationships.
stevema/laravel-relations
23 Downloads
laravel的模型关系管理 项目中一堆模型的关系 管理起来很不舒服 写个插件专门做关系管理