jarekpaprocki / laravel-audit by jarekpaprocki
forked from owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel/Lumen
23
0
1
Package Data
Maintainer Username: jarekpaprocki
Maintainer Contact: jarek.paprocki@gmail.com (Jarek Paprocki)
Package Create Date: 2018-02-16
Package Last Update: 2018-02-23
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-03-27 03:14:39
Package Statistics
Total Downloads: 23
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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.