Libraries tagged by Laravel Eloquent
kyle-noland/eloquent-foundation
147 Downloads
A set of base classes for working with Laravel Eloquent Repositories, Models, Collections and Observers
klaude/eloquent-preferences
16465 Downloads
Preferences for Laravel Eloquent models
khalyomede/laravel-eloquent-uuid-slug
352 Downloads
Use auto generated UUID slugs to identify and retrieve your Eloquent models.
kduma/eloquent-tokenable
176 Downloads
Allows using tokens (HashIDs) instead of id in Laravel Eloquent models.
kduma/eloquent-sluggable
775 Downloads
Eases using and generating slugs Laravel Eloquent models.
kduma/eloquent-encryptable
2074 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
kda/laravel-eloquent-attachments
119 Downloads
kamansoft/laravel-blame
2568 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
kadevland/simple-laravel-eloquent-uuid
130 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
ironshark/laravel-deliverable
191 Downloads
Trait for Laravel Eloquent models to allow easy implementation of delivering feature.
io238/eloquent-encoded-ids
51 Downloads
Automatic route key encryption for Laravel Eloquent using Hashids (short, unique, non-sequential ids) with prefix support
insenseanalytics/laravel-user-audit-trails
403 Downloads
User audit trails for Laravel Eloquent.
imanghafoori/eloquent-rating
206 Downloads
5 star rating for eloquent
igaster/eloquent-decorator
6307 Downloads
A simple Trait that implements the Decorator pattern on Laravel eloquent models.
huangbule/laravel-eloquent-filter
39 Downloads
An easy way to filter Eloquent Models