jarek-paprocki/laravel-audit

Audit changes of your Eloquent models in Laravel/Lumen

v1.0.4 2018-02-23 12:03 UTC

This package is auto-updated.

Last update: 2024-04-06 08:50:25 UTC


README

This package will help you understand changes in your Eloquent models, by providing information about possible discrepancies and anomalies that could indicate business concerns or suspect activities.

Laravel Audit allows you to keep a history of model changes by simply using a trait. Retrieving the audited data is straightforward, making it possible to display it in various ways.

License

The Laravel Audit package is open source software licensed under the MIT LICENSE.