Libraries tagged by eloquent-models
mr-punyapal/laravel-extended-relationships
1886 Downloads
Package provides additional, more efficient relationship methods for Laravel Eloquent models.
mpociot/laravel-firebase-sync
152121 Downloads
Synchronize your Eloquent models with a Firebase realtime database.
magros/laravel-model-encryption
41552 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
liberu-genealogy/laravel-gedcom
1142 Downloads
A package that converts gedcom files to Eloquent models
korridor/laravel-computed-attributes
13198 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.
kiwilan/typescriptable-laravel
8407 Downloads
PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.
kblais/query-filter
37194 Downloads
Easily create filters for your Eloquent models.
kblais/laravel-uuid
70894 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
josezenem/laravel-slugidable
27380 Downloads
A package for Laravel that creates slugs for Eloquent models based on title and ID
isswp101/elasticsearch-eloquent
13142 Downloads
Elasticsearch functionality like Laravel Eloquent models.
imanghafoori/laravel-temp-tag
7214 Downloads
Laravel Temporary Tag simplify tagging Eloquent models.
hyperf/scout
86646 Downloads
Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.
hypefactors/laravel-follow
17007 Downloads
Laravel 9 Follow System for Eloquent models.
hihaho/laravel-encryptable-trait
58057 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
friendsofcat/laravel-couchbase
26368 Downloads
A Couchbase based Eloquent model and Query builder for Laravel