Libraries tagged by model deletion
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
userfrosting/extend-user
349 Downloads
An example Sprinkle for extending the User model and table with additional fields or relationships.
tecdiary/laravel-attachments
1471 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.
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
tjventurini/get-relationship-key
224 Downloads
Trait and sample configuration to manage model relationships via configurations.
stevema/laravel-relations
23 Downloads
laravel的模型关系管理 项目中一堆模型的关系 管理起来很不舒服 写个插件专门做关系管理
schenke-io/laravel-relation-manager
37 Downloads
Allow to plan, document and test model relations in Laravel
ratiborro/laravel-relations
13 Downloads
Generating model relations in existing model files by database columns
kohutd/laravel-relation-traits
20 Downloads
Easily generate model relation traits in Laravel.
jerry58321/model-orderbywith
3 Downloads
This is a sorting method for Laravel Eloquent Model relationships.