Keep a change history for your models using laravel and lumen with mongo db
harrysbaraini/laravel-auditing-mongo-db is a Laravel package for keep a change history for your models using laravel and lumen with mongo db.
It currently has 1 GitHub stars and 12 downloads on Packagist (latest version 3.2.1).
Install it with composer require harrysbaraini/laravel-auditing-mongo-db.
Discover more Laravel packages by harrysbaraini
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Auditing allows you to record changes to an Eloquent model's set of data by simply adding its trait to your model. Laravel Auditing also provides a simple interface for retreiving an audit trail for a piece of data and allows for a great deal of customization in how that data is provided.
Documentation for the package can be found on the Laravel Auditing website or Documentation Repository.
Please see contributing for details.
The laravel-auditing package is open source software licensed under the license MIT