Libraries tagged by regulations
sydante/laravel-eloquent-with-not-overwritten
6 Downloads
Add a method to Eloquent that does not overwrite the established relationship when relating 'with'.
smoren/query-relation-manager
342 Downloads
Class for building queries and making result array with relations (single and multiple)
samushi/queryfilter
67 Downloads
This package allows you to filter, sort and include eloquent relations based on a request. The QueryFilter used in this package extends Laravel's default Eloquent builder. This means all your favorite methods and macros are still available
restruct/silverstripe-quickaddnew
8 Downloads
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.
razisayyed/laravel-cascaded-soft-deletes
4067 Downloads
Cascades delete/restore Soft Deletable relationships
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.
premiervirtual/laravel-world
729 Downloads
Provide countries, states, and cities relations database.
plank/larelations
34 Downloads
Extract the relations from a given Laravel model
phpcommon/comparison
65 Downloads
A library to represent equivalence relations and strategies for hashing and sorting values.
php-grape/grape-entity
378 Downloads
A simple facade for managing the relationship between your model and API.
pendalff/eloquent-joins
2579 Downloads
Support for joins at the relationship level in Laravel's Eloquent ORM.
pdaleramirez/super-filter
1261 Downloads
A Craft CMS 4 plugin that lets you build your search page with search filters from your element fields and filter element entries by categories, tags, element relations and other fields.
patricknelson/silverstripe-gridfieldlimititems
1221 Downloads
Simple component which automatically limits the maximum number of items displayed in a GridField (including modifying actual relations).
nevadskiy/laravel-many-to-morph
59 Downloads
The missing polymorphic relationship for Eloquent.
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.