Audit changes of your Eloquent models in Laravel/Lumen
sormagec/laravel-auditing-mongodb is a Laravel package for audit changes of your eloquent models in laravel/lumen.
It currently has 1 GitHub stars and 151 downloads on Packagist (latest version 4.2).
Install it with composer require sormagec/laravel-auditing-mongodb.
Discover more Laravel packages by sormagec
or browse all Laravel packages to compare alternatives.
Last updated
The Laravel Auditing package allows you to record changes to an Eloquent model's set of data over time. Retrieving the audit trail for a piece of data is straightforward, allowing for a great deal of customization in how that data is provided.
The laravel-auditing package is open source software licensed under the MIT LICENSE