Libraries tagged by Relationships
venturedrake/laravel-crm-install
0 Downloads
Install and setup a complete Laravel CRM application
yassinya/laravel-relation-cli
13 Downloads
Quickly define relationships between eloquent models with a simple command
webbuilders-group/silverstripe-versioned-helpers
6237 Downloads
Provides a number of helpful extensions for working with custom data objects that are versioned or working with versioned relationships of SiteTree decedents
userfrosting/extend-user
350 Downloads
An example Sprinkle for extending the User model and table with additional fields or relationships.
unisharp/laravel-pagerender
87 Downloads
Provide functions to render regular pages with parent-child relationships.
tresdstudioweb/dynamic-select
203 Downloads
This component simplifies the configuration of data relationships through taxonomies, which means that the information displayed in the second selector dynamically adjusts based on the option selected in the first selector. This provides users with a more intuitive and personalized experience when choosing among different options, as they can view and select only the relevant choices based on their initial selection in the first selector.
tifon/apd_cl
32 Downloads
Create the entities and their relationships to define the administrative political division of Chile
tacowordpress/addmany
859 Downloads
AddMany is a TacoWordPress add-on that allows you to assign posts relationships and create an arbitrary number of fields for custom posts in the WordPress admin
tacowordpress/addbysearch
1520 Downloads
This plugin allows for post ordering and assigning of relationships to other posts by searching.
rodrigofs/filament-masterdetail
22 Downloads
Filament plugin designed specifically for managing Laravel HasMany relationships without relying on Filament's default repeater field, using instead a dedicated modal and table-based form interface.
razisayyed/laravel-cascaded-soft-deletes
4071 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.
protich/auto-join-eloquent
38 Downloads
Extend Eloquent to support auto-joining relationships and aliasing for SELECT, WHERE, ORDERBY, GROUPBY and HAVING clauses
pendalff/eloquent-joins
2644 Downloads
Support for joins at the relationship level in Laravel's Eloquent ORM.
nevadskiy/laravel-many-to-morph
77 Downloads
The missing polymorphic relationship for Eloquent.