Libraries tagged by eloquent model
khalyomede/laravel-eloquent-uuid-slug
352 Downloads
Use auto generated UUID slugs to identify and retrieve your Eloquent models.
kduma/eloquent-tokenable
176 Downloads
Allows using tokens (HashIDs) instead of id in Laravel Eloquent models.
kduma/eloquent-sluggable
775 Downloads
Eases using and generating slugs Laravel Eloquent models.
kduma/eloquent-encryptable
2074 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
kadevland/simple-laravel-eloquent-uuid
130 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
jpnut/eloquent-nested-filter
15 Downloads
A nested filter structure for Eloquent Models
jie-anthony/eloquent-filter-in-hyperf
284 Downloads
An Eloquent way to filter Eloquent Models
jaysson/eloquent_filefield
1750 Downloads
Automatically save files assigned to eloquent model attributes
jaspaul/eloquent-model-validation
20376 Downloads
A simple package that provides a venue for model validation in Laravel.
j-dexx/eloquent-ransack
1081 Downloads
Easily filter eloquent models
isgarrido/laravel-model-typescript-transfomer
5 Downloads
Generate Typescript definitions for your Eloquent models
ignition-nbs/laravel-uuid-model
2667 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
igaster/eloquent-decorator
6307 Downloads
A simple Trait that implements the Decorator pattern on Laravel eloquent models.
hyn/eloquent-markdown
143 Downloads
Mix markdown, frontmatter and eloquent models to easily handle markdown files with meta information by treating them as objects.
humweb/laravel-eloquent-join
3741 Downloads
This package introduces the join magic for eloquent models and relations.