Libraries tagged by model relations
theoluirard/laravel-get-table-name
7 Downloads
A package that adds a trait to the Laravel Model class and extends the Laravel Relation class with two new types of relations.
devkhris/laravel-friendships
20 Downloads
This package gives Eloquent models the ability to manage friendship relations, this package is a fork from hootlex/laravel-friendships.
mohamedfathy/dynamic-filters
18 Downloads
A Laravel package that provides dynamic filtering, sorting, and relationship-based querying for Eloquent models.
asb/morphmtm
21 Downloads
This package provides you with a module to automatically files need (Model,Migrations,...) add Morph many-to-many relations to your project along with commonly used basic commands.which minimizes the trial and error operation for you..
envor/parental
140 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
nojiri1098/laravel-annotate
0 Downloads
Add a method list of scopes, accessors, mutators, relations and so on to top of each model file.
pandorga/owner
12 Downloads
Allow Eloquent models to own each other. Supports many to many relationships.
otsglobal/laravel-attachments
1 Downloads
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.
maso/treeify
23 Downloads
Laravel package allows you to convert flat collections of models into hierarchical tree structures, simplifying parent-child relationships management.
janakkapadia/filterable
15 Downloads
Enhance your Laravel app with dynamic, customizable filtering for Eloquent models. This package provides an easy setup for multi-parameter filtering, custom logic, and relationship support—perfect for building flexible, data-driven features like admin panels and reports.
banklansteve/social-interactions
2 Downloads
This Laravel package provides an elegant and customizable solution for adding social interaction features to your application. It supports liking, favoriting, and following/unfollowing models, making it perfect for social media platforms, community forums, or any application requiring user engagement functionality. The package is designed to be easy to integrate, lightweight, and extendable, allowing developers to quickly implement interaction features without reinventing the wheel. With support for polymorphic relationships, this package can be applied to any model, including posts, comments, users, and more, ensuring maximum flexibility for your application's needs.
amt/amt-pinecone
9 Downloads
AMT_Pinecone is a TYPO3 extension that integrates semantic search capabilities into your website using OpenAI embedding models and the Pinecone vector database. Semantic search focuses on understanding the meaning and context of search queries rather than relying on exact keyword matches. It enables more intuitive and relevant search results by analyzing the relationships between words and their meanings. This extension leverages advanced AI models to provide users with highly accurate and context-aware search experiences.
inventive/laravel-owner
87 Downloads
Allow Eloquent models to own each other. Supports many to many relationships.
guava/filament-modal-relation-managers
16060 Downloads
Allows you to embed relation managers inside filament modals.
maggomann/filament-model-translator
3719 Downloads
The package translates the Eloquent models using a currently specified translation file. The Eloquent models are used internally in [filament's](https://filamentphp.com/) Resources and RelationManagers for translation. This package provides traits for the Resources and RelationManagers to translate them automatically.