Libraries tagged by laravel-eloquent
hkp22/laravel-reactions
1469 Downloads
Implement reactions (like, dislike, love, emotion etc) on Laravel Eloquent models.
fuzz/magic-box
27180 Downloads
A magical implementation of Laravel's Eloquent models as injectable, masked resource repositories.
estgroupe/laravel-taggable
6287 Downloads
Taggable Trait for using tag inside Laravel Eloquent models, with Baum's Nested Set pattern support.
cybercog/laravel-likeable
5495 Downloads
Make Laravel Eloquent models Likeable & Dislikeable in a minutes!
bluora/laravel-model-json
2144 Downloads
Provides JSON column support for for Laravel's Eloquent Model.
baril/smoothie
5518 Downloads
Some fruity additions to Laravel's Eloquent: fuzzy dates, mutual many-to-many relationships, orderable behavior, closure tables.
a1comms/eloquent-sqlcommenter
5866 Downloads
sqlcommenter support for Laravel's Eloquent ORM
slruslan/laravel-eloquent-custom-casts
160 Downloads
Provides Laravel Eloquent trait to enable custom class object casting.
ronan-gloo/laravel-eloquent-observer
8 Downloads
Dispatch Eloquent’s models events to the model’s instance, and / or a specific class
rhincodon/laravel-eloquent-spreadsheets
87 Downloads
Sync Eloquent models with google spreadsheets
nvmcommunity/laravel-eloquent-api
699 Downloads
Easily build Eloquent queries from API requests using Alchemist Restful API.
naabster/laravel-eloquent-hashids
7045 Downloads
Automatically generate hashids in Laravel for a new Eloquent Model.
miracuthbert/laravel-eloquent-filters
1375 Downloads
An eloquent filters package for Laravel 5.8 and up
lexbelcode/laravel-eloquent-dynamic-tables-for-models
5 Downloads
A simple but effective way to set the table of a model at runtime and continue using Eloquent instead of QueryBuilder
leocarmo/laravel-eloquent-model-filter
84 Downloads
Filter your Eloquent Model easier