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.
Allows you to modify attributes before being audited. Sensitive data can be omitted or modified using this feature.
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..
Auditing's events provide a simple observer pattern implementation, allowing you to subscribe and listen to the audit events.
Ability use an Audit record to transition between the states of an Auditable model.