Libraries tagged by eloquent aes
korridor/laravel-computed-attributes
19790 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
mpociot/laravel-firebase-sync
152563 Downloads
Synchronize your Eloquent models with a Firebase realtime database.
neurony/laravel-query-cache
21804 Downloads
Cache all {select} queries or only the duplicate ones for a specific Eloquent model
alibayat/laravel-commentable
5499 Downloads
Implementing a Comment system for Laravel's Eloquent models.
esign/laravel-underscore-translatable
12542 Downloads
A laravel package to make your eloquent models translatable.
designmynight/laravel-elasticsearch
31334 Downloads
Use Elasticsearch as a database in Laravel to retrieve Eloquent models and perform aggregations.
waad/laravel-model-metadata
656 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
richardstyles/eloquentencryption
11932 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
pixelcreation/nova-field-sortable
43417 Downloads
A Nova field for ordering resources.
okeonline/filament-archivable
5813 Downloads
A filament plugin to use archivable models
magros/laravel-model-encryption
46132 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
jiaxincui/closure-table
7607 Downloads
A closure table tree package for laravel eloquent
jamesmills/watchable
4724 Downloads
A package to allow your Models to become watchable by a User
aldemeery/sieve
5888 Downloads
A simple, clean and elegant way to filter Eloquent models.
rinvex/laravel-repositories
16874 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.