Libraries tagged by polymorphic-relations
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.
aaronfrancis/eventable
0 Downloads
A Laravel package for tracking events on Eloquent models using polymorphic relationships
codetech/laravel-model-settings
9 Downloads
A Laravel package that allows you to assign settings to your models.
dizatech/tag
2 Downloads
A full package for attach tags to all of models in laravel.
websight/l5-polyfaq
138 Downloads
Simple Laravel 5 FAQs for your site wired with polymorphic relations
shammaa/laravel-optimized-queries
33 Downloads
Advanced Laravel query optimizer - Reduce multiple Eloquent queries to a single optimized SQL statement with JSON aggregation. Supports nested relations, callbacks, belongsToMany, polymorphic relations, and caching.
pechynho/polymorphic-doctrine
3 Downloads
Doctrine polymorphic relations for Symfony applications.
codeflextech/laravel-uploader
18 Downloads
Reusable Laravel uploader with DB tracking, polymorphic relations, S3 support & optimization
alyakin/favorites
5 Downloads
Favorites system for Laravel with folder support and polymorphic relations
ajayjoshi/polymorphic-history
25 Downloads
This Package is used for managing model histories using polymorphic relations
snowpenguinstudios/laravel-model-status
5 Downloads
This Laravel package allows the ability to implement a status feature to any Laravel model. This utilizes the polymorphic relationships.
matjeninstudio/laravel-contact-approvable
0 Downloads
A Laravel package for managing contacts and approval workflows with polymorphic relationships, audit trails, and a Telescope-like admin interface.
ivir3zam/phalcon-model-middleware
48 Downloads
This library is for connecting models in phalcon like UML Class Diagrams. merging two models and create one single model. this is an implementation of polymorphic relationship
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.
streams/polymorphic-field-type
9 Downloads
A polymorphic relationship field type.