Libraries tagged by eloquent-models
adamthehutt/eloquent-constructed-event
1750 Downloads
Eloquent model trait to add a 'constructed' event, which will fire immediately after object construction
rjacobsen/eloquent-model-generator
3016 Downloads
Auto-generates all Eloquent models from the database in a Laravel 5 project.
rikukimuratf/make-eloquent-model
88 Downloads
make eloquent model from table
porwisz/eloquent-model-generator
13110 Downloads
Eloquent Model Generator
mallardduck/wp-eloquent-models
222 Downloads
A Laravel wrapper for wordpress which turns all Wordpress models into Laravel Eloquent Models.
leocarmo/laravel-eloquent-model-filter
84 Downloads
Filter your Eloquent Model easier
jaspaul/eloquent-model-validation
20376 Downloads
A simple package that provides a venue for model validation in Laravel.
dreadfulcode/eloquent-model-generator
277 Downloads
Eloquent Model Generator
dixieio/eloquent-model-future
43 Downloads
Schedule changes for Eloquent models
defyma/eloquent-model-generator-l10
778 Downloads
Eloquent Model Generator
custom-d/eloquent-model-encrypt
6091 Downloads
A eloquent model encrypt
codiliateur/eloquent-model-userstamps
71 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
adideas/laravel-get-relationship-eloquent-model
389 Downloads
Laravel get relationship eloquent models
fico7489/laravel-updated-related
484 Downloads
Update Elasticsearch data or clear cache when the model or any related model is updated, created or deleted.
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.