Libraries tagged by eloquent model changes
hnhdigital-os/laravel-model-schema
124 Downloads
Changes how the Eloquent Model provides attributes.
hnhdigital-os/laravel-model-change-tracking
291 Downloads
Provides support for tracking current user against model changes for the Eloquent ORM
hnhdigital-os/laravel-model-attributes
7 Downloads
Changes how the Eloquent Model provides attributes.
bluora/laravel-model-change-tracking
1381 Downloads
Provides support for tracking current user against model changes for the Eloquent ORM
cviebrock/eloquent-loggable
153 Downloads
Easy change logging for your Eloquent models in Laravel 5.
elaborate-code/laravel-eloquent-logs
278 Downloads
A simple way to log changes that occur on Eloquent models
richardhulbert/revisions-model
30 Downloads
Append-only, branch-aware revision models for Laravel Eloquent. Records are never updated in place - every change is a new row, so history is permanent and any revision can be rolled back.
indexnowkit/laravel
20 Downloads
Laravel package for IndexNow: notify Yandex, Bing, Naver, Seznam and Yep when Eloquent models change. #[IndexNow] rules on models, commit-safe observers, queued submission, key file route, artisan commands.
kelvyncarbone/laravel-audit
3810 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
adamcmoore/laravel-approvable
168 Downloads
Require approval of changes to eloquent models
inmanturbo/ecow
10 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
paresh27/model-auditor-laravel
3 Downloads
Laravel integration for paresh27/model-auditor — audit Eloquent model changes
anonimowybanan/model-diff
1 Downloads
Laravel package for tracking and comparing Eloquent model changes