Libraries tagged by eloquent model changes
owen-it/laravel-auditing
40487712 Downloads
Audit changes of your Eloquent models in Laravel
jpkleemans/attribute-events
581334 Downloads
🔥 Fire events on attribute changes of your Eloquent model
romalytar/yammi-audit-log-laravel
2303 Downloads
Universal change history and audit log for Laravel. Tracks who changed what and when across Eloquent models, with rich actor attribution (user, job, command, scheduler), field-level diffs, human-readable relationship labels and a timeline dashboard.
alexstewartja/laravel-attribute-observer
88951 Downloads
Observe (and react to) attribute changes made on Eloquent models.
ascend/laravel-column-watcher
1410 Downloads
Watch and react to Eloquent model column changes with PHP 8 attributes. Trigger handlers when specific columns are modified, with support for queued handlers, before/after save timing, and built-in infinite loop protection. Think observers, but column specific!
saviogodinho2002/driftguard
138 Downloads
Keeps a curated PHP config catalog of your Eloquent models in sync with the real code, using an LLM-assisted analyze/apply workflow (git-diff-based change detection, reflection-first structural facts, human-in-the-loop review before writing).
neurony/laravel-revisions
13917 Downloads
Create multiple revisions of any Eloquent model record along with its underlying relationships
sehrgut/eloquent-computed-attributes
3392 Downloads
Automatically compute attributes on Laravel Eloquent models when their input changes
imamsudarajat04/laravel-change-logs
45 Downloads
A comprehensive change logs tracking package for Laravel 11+ that automatically tracks all model changes (create, update, delete, restore) with detailed audit trails
aw3r1se/laravel-audit-core
135 Downloads
Eloquent model & relation change auditing for Laravel, with a pluggable transport
minasm/laravel-revisions
1175 Downloads
An update for from neurony. Create multiple revisions of any Eloquent model record along with its underlying relationships
zbiller/laravel-revisions
42 Downloads
Create multiple revisions of any Eloquent model record along with its underlying relationships
fish/eloquent-logger
13980 Downloads
Log Eloquent model changes to a designated logs table
carlosdev/model-change-logger
31 Downloads
Laravel package to log create, update, and delete events in Eloquent models with JSON snapshots and user attribution.
dixieio/eloquent-model-future
43 Downloads
Schedule changes for Eloquent models