owen-it/laravel-auditing

Record the change log from models in Laravel

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 20th, 2026
Created on August 20th, 2015
Open Issues & Pull Requests: 14 (+0)
GitHub issues: Enabled
Number of forks: 409
Total Stargazers: 3,464 (+0)
Total Subscribers: 56 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,008 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (2)
  • v13 (2)
  • cannot reproduce (1)
  • duplicate (1)
  • enhancement (1)
  • v14 (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Laravel Auditing is a package that records changes to Eloquent models in Laravel applications.

The package solves the problem of tracking what has changed in your data by providing a history of model modifications. It works by attaching a trait to your Eloquent models, which automatically captures changes and stores them. This allows you to understand discrepancies and anomalies that might indicate business concerns or suspicious activities. Retrieving audited data is straightforward, making it easy to display change history in various formats.

The tool suits any Laravel application where you need to maintain a record of model changes for compliance, debugging, or business intelligence purposes. It integrates directly into your existing Eloquent models with minimal setup, making it accessible for projects of any size. The package supports multiple recent versions of Laravel and Illuminate, with documentation available both online and in the repository.

The project maintains active support for current framework versions and has a history of regular updates across many previous versions. Multiple contributors have shaped the codebase over time, and the project includes a formal contributing guide for those interested in participating in its development.