Libraries tagged by polymers
hasyirin/laravel-actor
494 Downloads
A polymorphic action log for Eloquent models — track who did what, when.
givanov95/laravel-translations
182 Downloads
Multi-locale translation infrastructure for Laravel + Inertia + Vue projects: polymorphic Translation model, HasTranslation trait, JSON-backed Translator, locale middlewares, MultiSelect helpers.
ghanem/reportable
7583 Downloads
Reportable Polymorphic Eloquent Models for Laravel 6, 7, 8, 9, 10, 11 & 12
filippo-toso/resource-permissions
1485 Downloads
An highly opinionated polymorphic role / permission package
fiachehr/laravel-comments-pro
372 Downloads
Production-ready comments system for Laravel: nested threads, reactions, guest & user support, polymorphic models, moderation, rate limiting
dewsign/nova-repeater-blocks
1635 Downloads
Enable repeatable content blocks through Polymorphic relationships on Nova resources.
barisdemirhan/laravel-polyglot-model
69 Downloads
Elegant model translations for Laravel with polymorphic storage and eager loading support
andydefer/laravel-notification
301 Downloads
Extensible polymorphic notification system for Laravel with multi-channel support (Mail, Database, SMS, WhatsApp, etc.)
andydefer/laravel-images
137 Downloads
Laravel package providing polymorphic image management with upload, manipulation, storage, and multiple image types (avatar, cover, gallery, thumbnail, etc.) with Repository pattern, DTOs, Enums, and Value Objects.
andydefer/laravel-addresses
56 Downloads
Laravel package providing polymorphic addresses with Repository pattern, DTOs, Enums, and Value Objects.
slynova/laravel-commentable
1740 Downloads
Polymorphic threaded comments for Laravel
ahnify/laravel-morphable
18 Downloads
easy querying on polymorphic relations
yucadoo/polymorphic-fractal
3 Downloads
Polymorphic Transformer implementation for PHP League's Fractal package.
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.
davidwesdijk/laravel-polymorphic-eav
1841 Downloads
Integrate the entity-attribute-value model with polymorphic Eloquent-relations in your Laravel application.