Skip to content
Icon

WARNING You're browsing the documentation for an upcoming version of Laravel Auditable. The documentation and features of this release are subject to change.

Introduction

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

Credits