Documentation

Yii2 Audit tracks each hit to your application (via an web or console entry script, eg web/index.php or yii) and stores this as an AuditEntry.

A Panel is a class responsible for capturing and displaying data. Panel data is given an entry_id and is related to an AuditEntry. This data is displayed in detail within the entry view page and may also have its own views and dashboards.

Configuration

Panels

Viewing Data

Upgrading