The Auditor class is responsible for auditing and clearing Audit records.
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.
The Auditor class is responsible for auditing and clearing Audit records.
Redactors were introduced in version 6.1.0, and are an easy way to mask sensitive information when auditing.
The metadata and modified data can be accessed in several ways..
Resolvers provide a convenient way to get the basic data for audit.
Besides storing model attribute changes, drivers also handle pruning when an audit threshold is set.
If needed, the Audit data can be transformed before being stored.
Tags mark audit logs and are very useful for filtering..
During and after the audit process, two events are fired.
Ability use an Audit record to transition between the states of an Auditable model.