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 Auditing 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.
The package documentation can be found on the official website or at the documentation repository.
Version | Illuminate | Status | PHP Version |
---|---|---|---|
2.x | 5.1.x - 5.3.x | End of life | >= 5.5.9 |
3.x | 5.2.x - 5.4.x | End of life | >= 5.5.9 |
4.x | 5.2.x - 5.5.x | Security fixes only | >= 5.5.9 |
5.x | 5.2.x - 5.5.x | Active support | >= 7.0.0 |
Please see the contributing entry for more details.
The Laravel Auditing package is open source software licensed under the MIT LICENSE.