Libraries tagged by eloquent model
zbiller/laravel-revisions
42 Downloads
Create multiple revisions of any Eloquent model record along with its underlying relationships
zbiller/laravel-duplicate
596 Downloads
Duplicate any Eloquent model along with its underlying relationships
rweber7912/timezoned
4926 Downloads
Laravel trait for converting Eloquent model timestamps according to timezones
neurony/laravel-url
34 Downloads
Generate custom URLs for any Eloquent model (Laravel 5.7 and up).
neurony/laravel-sort
112 Downloads
Sort Eloquent model records by their attributes or relationships
larapack/attribute-purging
585 Downloads
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
hkp22/laravel-reactions
1469 Downloads
Implement reactions (like, dislike, love, emotion etc) on Laravel Eloquent models.
estgroupe/laravel-taggable
6287 Downloads
Taggable Trait for using tag inside Laravel Eloquent models, with Baum's Nested Set pattern support.
dogado/baum
16223 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
cybercog/laravel-likeable
5495 Downloads
Make Laravel Eloquent models Likeable & Dislikeable in a minutes!
pharaonic/laravel-translatable
765 Downloads
Simplest Translatable for Laravel Eloquent/Model
laravel-whisper/whisper
12966 Downloads
Work with external APIs using the Eloquent ORM models.
ink/ink-sluggable
3397 Downloads
Easy creation of slugs for Eloquent and EloquentTranslatable models in Laravel 4.
devio/eavquent
10362 Downloads
EAV modeling package for Eloquent and Laravel.
velitsol/userstamps
1199 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.