Libraries tagged by eloquent changes
minasm/laravel-revisions
711 Downloads
An update for from neurony. Create multiple revisions of any Eloquent model record along with its underlying relationships
despatates/laravel-auditing-job-database
3182 Downloads
A database driver for the owen-it/laravel-auditing package. Store audits using laravel jobs.
betapeak/laravel-auditing-filesystem
6518 Downloads
A filesystem driver for the owen-it/laravel-auditing package. Allows storage of the audits in CSV files, across all registered Laravel disks.
zbiller/laravel-revisions
42 Downloads
Create multiple revisions of any Eloquent model record along with its underlying relationships
wezlo/filament-record-watcher
115 Downloads
Subscribe to Eloquent records and receive in-panel Filament notifications when they change, with per-watch condition rules and field diffs.
carlosdev/model-change-logger
20 Downloads
Laravel package to log create, update, and delete events in Eloquent models with JSON snapshots and user attribution.
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-change-tracking
291 Downloads
Provides support for tracking current user against model changes for the Eloquent ORM
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
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
richardhulbert/revisions-model
9 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.
adamcmoore/laravel-approvable
156 Downloads
Require approval of changes to eloquent models