Libraries tagged by eloquent model changes
owen-it/laravel-auditing
37845603 Downloads
Audit changes of your Eloquent models in Laravel
jpkleemans/attribute-events
553031 Downloads
🔥 Fire events on attribute changes of your Eloquent model
romalytar/yammi-audit-log-laravel
601 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
86915 Downloads
Observe (and react to) attribute changes made on Eloquent models.
ascend/laravel-column-watcher
945 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!
neurony/laravel-revisions
13910 Downloads
Create multiple revisions of any Eloquent model record along with its underlying relationships
carlosdev/model-change-logger
27 Downloads
Laravel package to log create, update, and delete events in Eloquent models with JSON snapshots and user attribution.
sehrgut/eloquent-computed-attributes
3392 Downloads
Automatically compute attributes on Laravel Eloquent models when their input changes
aw3r1se/laravel-audit-core
61 Downloads
Eloquent model & relation change auditing for Laravel, with a pluggable transport
ethical-jobs/laravel-auditing
21848 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
minasm/laravel-revisions
735 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
dixieio/eloquent-model-future
43 Downloads
Schedule changes for Eloquent models
hnhdigital-os/laravel-model-schema
124 Downloads
Changes how the Eloquent Model provides attributes.