Libraries tagged by eloquent-models
fico7489/laravel-updated-related
474 Downloads
Update Elasticsearch data or clear cache when the model or any related model is updated, created or deleted.
zara-4/laravel-lazy-mysql
7817 Downloads
A lazy mysql based Eloquent model and Query builder for Laravel
yarob/laravel-expirable
1052 Downloads
Laravel 5.0+ package to add expirable trait to eloquent models
xpeedstudio/laravel-medialibrary-mongodb
1270 Downloads
Associate files with Eloquent models
wuwx/laravel-autonumber
2410 Downloads
Laravel package to create autonumber for Eloquent model
wp-kit/wordpress-eloquent
242 Downloads
A Laravel wrapper for wordpress which turns all Wordpress models into Laravel Eloquent Models.
wp-kit/softdeletes
377 Downloads
A wp-kit component that provides soft deletes for Eloquent models
wp-kit/cleanoquent
364 Downloads
A wp-kit component that serves clean Eloquent models for Wordpress
wongyip/laravel-renderable
1221 Downloads
Render Eloquent model with ease.
wilianx7/laravel-auditing
1025 Downloads
Audit changes of your Eloquent models in Laravel/Lumen. Forked from owen-t/laravel-auditing.
vxsoft/laravel-repository
10 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
vgplay/laravel-redis-model
727 Downloads
A simple redis cache library for laravel eloquent model
uteev/elasticquent
1578 Downloads
Maps Laravel Eloquent models to Elasticsearch types.
unisharp/laravel-eloquent-join
11207 Downloads
This package introduces the join magic for eloquent models and relations.
turahe/laravel-likeable
411 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.