Libraries tagged by eloquent-models
limanweb/eloquent-logger
3782 Downloads
Extensions for Laravel Eloquent\Model logging
limanweb/eloquent-extensions
4751 Downloads
Extensions for Laravel Eloquent\Model
lemax10/laravel-enums
1810 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
lecturize/laravel-followers
1386 Downloads
Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.
laravel-liberu/laravel-gedcom
2238 Downloads
A package that converts gedcom files to Eloquent models
larapack/attribute-slugging
1698 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
larapack/attribute-manipulation
2887 Downloads
Allows multiple traits to manipulate with the attributes of an Eloquent Model.
lambdadigamma/laravel-publishable
633 Downloads
A Laravel Eloquent model trait for publishing and unpublishing
lacodix/laravel-global-or-scope
164 Downloads
A Laravel package to add possibility to use global scopes with an or operation in Eloquent Models.
krazydanny/laravel-repository
484 Downloads
An abstraction layer for easily implementing industry-standard caching strategies to Eloquent models.
kobalazs/laravel-restrict-soft-deletes
2845 Downloads
Restrict deletes for Eloquent models that implement soft deletes.
kfoobar/laravel-uuid
1446 Downloads
UUID Trait for Eloquent Models in Laravel
kduma/eloquent-encryptable
2061 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
karabinse/laravel-commentable
214 Downloads
Easily add a commentable trait to a Eloquent model
jsefton/laravel-virtual-fields
575 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column