Libraries tagged by eloquent aes
inmanturbo/ecow
10 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
hedii/laravel-date-range
40549 Downloads
A date range trait with local scope methods for Laravel Eloquent models
gtk/larasearch
3930 Downloads
A driver based solution to searching your Eloquent models supports Laravel 5.2 and Elasticsearch engine.
dipenparmar12/exportable
50 Downloads
A Laravel package for hassle free generate CSV,JSON files from (Eloquent model,Collection Array)
digu087/tcd-tagging
98 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable. You can also assocaite a tag with multiple groups
cgdprojects/laravel-gedcom
1486 Downloads
A package that converts gedcom files to Eloquent models
ceddyg/query-builder-repository
750 Downloads
Repository using query builder. To return a Collection of stdClass or a simple stdClass. It's faster and use less memory than Eloquent if you just want data from database.
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
bkwld/upchuck
13359 Downloads
A simple, automatic handler of file uploads for Laravel's Eloquent models using using Flysystem.
atrakeur/repository
305 Downloads
A implementation of the repository pattern for laravel that decouple Eloquent models using standart php objects
ankane/hightop
5 Downloads
A nice shortcut for group count queries with Eloquent / Laravel
alphaolomi/laravel-approvals
5 Downloads
Laravel Approvals is a package that allows you to approve Eloquent models.
alexanderhorner/laravel-orbit-html-driver
421 Downloads
A HTML driver for laravel orbit, a flat-file database driver for Laravel Eloquent.
akira/laravel-likeable
83 Downloads
Laravel Likeable is a lightweight and flexible package that seamlessly adds like and unlike functionality to your Eloquent models.
akira/laravel-followable
160 Downloads
A lightweight and flexible Laravel package that adds follow/unfollow functionality to Eloquent models. With an intuitive API, it allows users to follow other users, track entities, and manage relationships effortlessly.