Libraries tagged by model relations
thomasjbradley/micromodel
33 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
flyingapesinc/deepsearch
866 Downloads
Advanced model and relationships search for Laravel
crocodicstudio/cbmodel
13589 Downloads
Boost your laravel database relation with model enhancement
eventbrain/cloner
11 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
laravel-liberu/dynamic-methods
3055 Downloads
Dynamic methods, relations or accessors for models
plank/larelations
34 Downloads
Extract the relations from a given Laravel model
wfeller/parental
1573 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
149 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
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.
chandra-hemant/htkc-utils
186 Downloads
Introducing a powerful and flexible dynamic search, push notifications, file upload, alpha numeric generator functions 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.
stevema/laravel-relations
23 Downloads
laravel的模型关系管理 项目中一堆模型的关系 管理起来很不舒服 写个插件专门做关系管理
ratiborro/laravel-relations
13 Downloads
Generating model relations in existing model files by database columns
mhdobd/eloquent-relation-guard
2 Downloads
A Laravel package for scanning model relations, And providing useful actions over them
kohutd/laravel-relation-traits
20 Downloads
Easily generate model relation traits in Laravel.