jarek-paprocki/laravel-audit
Audit changes of your Eloquent models in Laravel/Lumen
23
| Install | |
|---|---|
composer require jarek-paprocki/laravel-audit |
|
| License: | MIT |
| Last Updated: | Feb 23, 2018 |
| Links: | GitHub · Packagist |
Maintainer: jarekpaprocki
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.