Libraries tagged by eloquent aes
stepanenko3/laravel-favorite
19 Downloads
Allows Laravel Eloquent models to implement a 'favorite' or 'remember' or 'follow' feature.
samushi/queryfilter
83 Downloads
This package allows you to filter, sort and include eloquent relations based on a request. The QueryFilter used in this package extends Laravel's default Eloquent builder.
hungnguyenba/apidriver
41 Downloads
A Api based Eloquent model and Query builder for laravel (Api Eloquent)
ejetar/laravel-firebird
206 Downloads
Use Eloquent and QueryBuilder with a Firebird database 🔥
defenestrator/laravel5-couchdb
174 Downloads
CouchDB Driver for the Laravel 5 family. Includes doctrine/couchdb as a dependency in composer.json and sets up a Laravel and Eloquent-friendly Service Provider for you. Enjoy!
bnbwebexpertise/laravel-couchdb
105 Downloads
CouchDB Provider for the Laravel 5.5+ family. Includes doctrine/couchdb as a dependency in composer.json and sets up a Laravel and Eloquent-friendly Service Provider for you. Enjoy!
larapack/attribute-slugging
1770 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
isolution/meta-data
42 Downloads
This service provides a dynamic and flexible way to manage key-value structured data, allowing developers to seamlessly handle unknown or loosely defined attributes in their Laravel applications. By leveraging Laravel's powerful Collections and Eloquent ORM, the service introduces a structured approach to store, retrieve, and manipulate data stored as key-value pairs.
eventbrain/cloner
33 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
uni-deal/filament-relationship-builder
10 Downloads
Registers a FilamentPHP builder via an Eloquent relationship with order, type, and data columns.
slivka-b/laravel-translatable
157 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
noardcode/laravel-tables
3114 Downloads
This Laravel package provides a convenient way to display eloquent collections in html5 tables
leandrogrando/simple-searchable
155 Downloads
A simple trait to implement eloquent model search method
imcity-tech/laravel-translatable
1424 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
convenia/revisionable
12519 Downloads
Keep a revision history for your eloquent models without thinking