Libraries tagged by model changes
elaborate-code/laravel-eloquent-logs
278 Downloads
A simple way to log changes that occur on Eloquent models
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.
sheadawson/silverstripe-datachange-tracker
5140 Downloads
Record and track changes to any dataobjects. View chages/diffs in model admin.
paresh27/model-auditor-laravel
3 Downloads
Laravel integration for paresh27/model-auditor — audit Eloquent model changes
mounir-holding/laravel-model-logger
0 Downloads
A a logging system that can be installed and configured as a laravel package on other laravel apis or app and capture model changes and log this changes to an external api.
johannesclimacus/model-audit
1 Downloads
Laravel package for model change auditing and integrity verification.
it-devgroup/laravel-model-change-log
4 Downloads
laravel model change log
isaevdimka/laravel-model-changes-history
12 Downloads
Model changes history for laravel
deen812/model-change-recorder
0 Downloads
Библиотека для отслеживания изменений в модели
beranidigital/laravel-model-audit
1215 Downloads
Automatically audits all model change
anonimowybanan/model-diff
1 Downloads
Laravel package for tracking and comparing Eloquent model changes
anexia/laravel-changeset
134 Downloads
A laravel module to monitor model changes and log them into the database
tnkhanh/changes-log
19 Downloads
Log models data changes into database
stylers/laravel-email-change
0 Downloads
Model can change own email and verify it
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.