Libraries tagged by eloquent-models
sleimanx2/plastic
141353 Downloads
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.
pishran/laravel-persian-slug
21512 Downloads
Creates Persian slugs for Eloquent models.
pion/laravel-eloquent-position
28555 Downloads
Position logic for Eloquent models with minimum setup
nolanos/laravel-doctrine-factory
44731 Downloads
Generate Typescript definitions for your Eloquent models
nevadskiy/laravel-translatable
17126 Downloads
Add translations to your Eloquent models
mpociot/laravel-firebase-sync
152607 Downloads
Synchronize your Eloquent models with a Firebase realtime database.
mathieutu/laravel-json-syncer
31003 Downloads
Export and import your Eloquent models to/from JSON
magros/laravel-model-encryption
46924 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
2353 Downloads
A package that converts gedcom files to Eloquent models
korridor/laravel-computed-attributes
21146 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
12987 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
41677 Downloads
Easily create filters for your Eloquent models.
kblais/laravel-uuid
76819 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
josezenem/laravel-slugidable
38052 Downloads
A package for Laravel that creates slugs for Eloquent models based on title and ID
iverberk/larasearch
15281 Downloads
Elasticsearch enabled Eloquent models