Libraries tagged by eloquent model
vicklr/materialized-model
12955 Downloads
Materialized Path for Eloquent model hierarchies
testmonitor/eloquent-incrementable
25589 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
stayallive/laravel-eloquent-observable
23619 Downloads
Register Eloquent model event listeners just-in-time directly from the model.
sofa/eloquent-testsuite
99299 Downloads
Helpers for fast and reliable UNIT tests for your Eloquent Models with PHPUnit
rayvenues/eloquent-model-generator
23128 Downloads
Eloquent Model Generator
pion/laravel-eloquent-position
28821 Downloads
Position logic for Eloquent models with minimum setup
naoray/eloquent-model-analyzer
419673 Downloads
Helpful methods to gain more information about eloquent model classes.
n1215/eloquent-bulk-save
18204 Downloads
bulk insert multiple records using Eloquent Model.
mvdnbrk/laravel-model-expires
17227 Downloads
A package to assign expiration dates to Eloquent models
magros/laravel-model-encryption
47159 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
guidocella/eloquent-populator
59160 Downloads
Guess attributes for Eloquent model factories
grosv/eloquent-sheets
4339 Downloads
Eloquent models backed by Google Sheets
cviebrock/eloquent-typecast
63029 Downloads
Trait for Eloquent models to force type-casting on retrieved values
axn/laravel-models-generator
13896 Downloads
Eloquent model generation from the database.
alvin0/redis-model
4921 Downloads
Introducing Redis Model - a Laravel package that connects to Redis and functions similarly to Eloquent Model, offering efficient data manipulation and retrieval capabilities.