Libraries tagged by laravel model audit
luketowers/wn-easyaudit-plugin
2436 Downloads
View and manage audit logs for models within your Winter CMS projects
rockerkk/revisionable-mongodb
19209 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel and mongoDB
unisharp/laravel-audit-trail
1276 Downloads
Keep a change history for your models using laravel version 5.1.*
ricardom/audit-laravel
79 Downloads
A simple Laravel user auditing package for Eloquent Model.
alexvergara/auditable
139 Downloads
Save model's data changes automatically to audit log - package for Laravel 8-11
grazulex/laravel-snapshot
3 Downloads
A powerful Laravel package for tracking, storing and comparing snapshots of your Eloquent models — cleanly and safely.
devdabour/laravel-loggable
6 Downloads
Enhanced activity logging for Laravel with metadata, relationships tracking, and size management
jeffersongoncalves/laravel-created-by
10 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
luketowers/oc-easyaudit-plugin
1497 Downloads
View and manage audit logs for models within your Winter CMS projects
luissantiago/elogquent
16 Downloads
Listens to Eloquent model events and logs configured attribute changes into a history table.
weblynx/laravel-model-audit
1 Downloads
Audit package for laravel models
itsmill3rtime/lara-audit
3271 Downloads
:Laravel model audits
carlosdev/model-change-logger
7 Downloads
Laravel package to log changes (update and delete) in Eloquent models, including changed fields, user, and timestamps.
beranidigital/laravel-model-audit
1122 Downloads
Automatically audits all model change
umairhanifdev/laravel-table-logger
6 Downloads
Automated Laravel model auditing and application log management with dynamic table creation. Tracks all model changes (create/update/delete) in dedicated log tables while maintaining native Laravel conventions. Provides comprehensive activity monitoring without database modifications.