spatie/laravel-activitylog

Log activity inside your Laravel app

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 11th, 2026
Created on June 23rd, 2016
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 743
Total Stargazers: 5,896 (+0)
Total Subscribers: 90 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 1
Closed in 7 days: 1
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

  • bug (39)
  • revisit for next major version (8)
  • enhancement (6)
  • help wanted (5)
  • hacktoberfest (4)
  • question (4)
  • good first issue (2)
  • documentation (1)

Most active issues this week

Detailed Description

Laravel-activitylog is a package for Laravel that logs user activity and model events within your application.

The package solves the problem of tracking what happens inside your Laravel app by providing straightforward functions to manually log user activities and automatically capture model events. All logged activity is stored in a dedicated activity_log table, and you can retrieve and query this data using the Activity model. The package tracks attribute changes on models, allowing you to see what fields were modified and how.

The tool suits Laravel applications that need audit trails, user activity monitoring, or compliance logging. It works well for projects where you need to understand who did what and when. The package handles the common case where model IDs are integers, but you can adjust the migration if you use UUIDs or other ID formats before running migrations.

The project receives issue and pull request responses within one to two weeks. Work in the issue tracker centers on bug fixes, enhancements, and items marked for revisiting in the next major version.