Introduction
Laravel Auditable is a simple auditing package for your Eloquent Model.
This package automatically inserts
or updates
an audit log on your table on who created and last updated the record.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.