Libraries tagged by model changes
hnhdigital-os/laravel-model-attributes
7 Downloads
Changes how the Eloquent Model provides attributes.
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.
fish/eloquent-logger
13980 Downloads
Log Eloquent model changes to a designated logs table
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.
inmanturbo/ecow
10 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
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.
antonyz89/yii2-templates
2051 Downloads
minor changes in model/crud templates
laravel-enso/audits
367 Downloads
Model auditing endpoints and change-history storage for Laravel Enso
kirillemko/yii2-activerecord-history
401 Downloads
Save history of changes of ActiveRecord model
cusodede/yii2-history
33 Downloads
The history of all changes in ActiveRecord models
adamcmoore/laravel-approvable
168 Downloads
Require approval of changes to eloquent models
unisharp/laravel-audit-trail
1276 Downloads
Keep a change history for your models using laravel version 5.1.*
nineinchnick/yii2-audit
1150 Downloads
Extensions to the Yii 2 PHP framework allowing tracking and viewing change history of a model.
yii2mod/yii2-data-sync-behavior
135 Downloads
Behavior for export data to local files from database tables. Changes are tracked using model events.