#ActivityLog
Prepping a major new release of spatie/laravel-activitylog

All feedback welcome!

PR: github.com/spatie/lara...
v5: PHP 8.4+, Laravel 11+, modernized API by freekmurze · Pull Request #1452 · spatie/laravel-activitylog
Summary v5 major release. Modernized API, simplified configuration, swappable action classes, PHP 8.4+/Laravel 12+. Breaking Changes Schema attribute_changes column (new, json): tracked model chan...
github.com
March 24, 2026 at 12:09 PM
We just released v5 of laravel-activitylog, our package for logging user activity and model events in Laravel.

We use it in Flare, Mailcoach, and Oh Dear to build audit logs: who changed a setting, who deleted a project, who invited a team member.

Here's what's new in v5. 🧵
March 25, 2026 at 11:01 AM
📦 wg-vn/laravel-activitylog-ui v1.1.0

A beautiful, modern UI for Spatie's Activity Log with advanced filtering, analytics, and real-time features.

🔗 https://github.com/wg-vn/laravel-activitylog-ui
September 19, 2026 at 6:59 AM
📦 swisnl/filament-activitylog 3.0.0-alpha1

Integrates spatie/laravel-activitylog with Filament

🔗 https://github.com/swisnl/filament-activitylog
April 18, 2026 at 4:04 PM
ชวนคุ้ยความทรงจำบน Blockdit ย้อนดูอดีตด้วยฟีเชอร์ Activity Log

อ่านต่อ : www.blockdit.com/posts/683a73...

#ShoperGamer #Blockdit #Feature #Log #ActivityLog #Feed
May 31, 2025 at 6:22 AM
Question for Laravel devs:

How do you handle activity logging in your SaaS?

A) spatie/laravel-activitylog
B) Custom solution
C) External service (Datadog, Sentry...)
D) "We'll add it later" (be honest)

I went with A + heavy customization.

What's your approach?

#Laravel #PHP #SaaS #WebDev
Building LaraFoundry: A modular Laravel core to kickstart your next SaaS. 🛠️

Current status:
✅ Auth & Permissions
✅ Multi-tenancy (no-package)
✅ Logging Module (New!)
🏗️ Next module in progress...

Shipping in public. Join the journey! 👇

#SaaS #Laravel #BuildInPublic #LaraFoundry
I’m building LaraFoundry in public - the modular SaaS engine for Laravel.

🛠️ First 3 modules are officially DONE. > Moving to the next ones!

Follow for updates.
#Laravel #SaaS #BuildInPublic
March 26, 2026 at 10:20 AM
📦 spatie/laravel-activitylog 5.0.0

A very simple activity logger to monitor the users of your website or application

🔗 https://github.com/spatie/laravel-activitylog
March 25, 2026 at 11:10 AM
Up this morning adding what I thought was going to be a simple expansion: letting care providers assign care requests to groups. I even created this diagram to visualize it, only to quickly realize… nothing simple about this. Yay! Looks like I’ve got my work cut out for me. 🤷🏾‍♂️🤦🏾‍♂️ #buildinpublic
November 22, 2024 at 1:56 PM
Every user action in LaraFoundry logs:

- route name, HTTP method, full URL, response code
- IP, user agent, device type, OS, browser
- geo (country, city) - resolved async via queue
- custom event properties
- success/failure

#LaraFoundry #Laravel #ActivityLog #Monitoring
April 29, 2026 at 10:22 AM
📦 rahad9999/activitylog v1.0.2

A clean, lightweight activity logging package for Laravel with pure Blade UI, standard Controllers, and REST API support.

🔗 https://github.com/rahadabbas7/activityLog
September 17, 2026 at 12:32 PM
📦 rahad9999/activitylog v1.0.0

A clean, lightweight activity logging package for Laravel with pure Blade UI, standard Controllers, and REST API support.

🔗 https://github.com/rahadabbas7/activityLog
September 17, 2026 at 8:30 AM
📦 rahad9999/activitylog v1.0.1

A clean, lightweight activity logging package for Laravel with pure Blade UI, standard Controllers, and REST API support.

🔗 https://github.com/rahadabbas7/activityLog
September 17, 2026 at 8:30 AM
LaraFoundry update: 5 modules shipped. 🚀

✅ Registration
✅ Authentication
✅ Multi-tenancy (Native)
✅ Logging (Activitylog + Custom)
✅ Multilanguage (i18n)
🏗️ Next: Navigation & Menu System

Building a battle-tested core in public so you don't have to.

Join the journey 👇

#LaraFoundry #SaaS #PHP
March 30, 2026 at 11:06 AM
LaraFoundry Logging module recap:

- spatie/laravel-activitylog (extended)
- jenssegers/agent (device detection)
- opcodesio/log-viewer (web UI)
- laravel/telescope (dev debugger)
- Async geolocation via queued jobs
- 60+ events,zero manual log calls

#LaraFoundry #BuildInPublic #Laravel #OpenSource
March 27, 2026 at 12:07 PM
📦 rast/activity-log v1.2

A simple activity log package that logs to file with model trait and log viewer UI

🔗 https://github.com/raihanafroz/activitylog
November 26, 2025 at 3:20 AM
`spatie/laravel-activitylog` is great for auditing changes to records, but what if the change is done by some background job? We also capture the chain of method calls that led to the change #Laravel
June 12, 2026 at 5:55 AM
📦 lara-zeus/activity-timeline 5.0.0

Add timelines to custom pages or infolist entries effortlessly. Plus, it teams up smoothly with Spatie Activitylog for easy tracking.

🔗 https://github.com/lara-zeus/activity-timeline
January 19, 2026 at 6:00 AM
"We'll add logging later."

Famous last words.

LaraFoundry logs 7 auth events from Day 1:
✓ Register, Login, Logout, Failed login
✓ Profile update, Password update, Password reset

+ IP, browser, OS, device type, geo location.

Built on spatie/laravel-activitylog.

#Laravel #Security #SaaS
I'm building LaraFoundry in public — a modular SaaS engine for Laravel

Tired of rebuilding auth, permissions, multi-tenancy from scratch every project

So I'm creating a battle-tested core. Here's why

#Laravel #BuildInPublic
March 4, 2026 at 9:21 AM
LaraFoundry's dev toolbox:

Telescope (dev only):
- SQL queries
- Every event + job + exception
- Model changes (all eloquent.* events)
- 15+ watchers

Log Viewer (all envs):
- Web UI
- Daily logs + Critical logs

Different tools for different audiences.

#Laravel #Telescope #DevTools
March 26, 2026 at 10:18 AM
📦 lara-igniter/activitylog v1.3.4

Log activity inside your Laraigniter app.

🔗 https://github.com/lara-igniter/activitylog
September 8, 2026 at 2:23 PM
📦 muhammadsadeeq/laravel-activitylog-ui v3.0.0

A beautiful, modern UI for Spatie's Activity Log with advanced filtering, analytics, and real-time features.

🔗 https://github.com/MuhammadSadeeq/laravel-activitylog-ui
August 22, 2026 at 1:10 PM
📦 elpandape/filament-activitylog v1.1.1

An activity log panel for Filament, built on spatie/laravel-activitylog

🔗 https://github.com/elpandape/filament-activitylog
August 16, 2026 at 8:10 PM
📦 elpandape/filament-activitylog v1.1.0

An activity log panel for Filament, built on spatie/laravel-activitylog

🔗 https://github.com/elpandape/filament-activitylog
August 16, 2026 at 4:01 PM
📦 elpandape/filament-activitylog v1.0.0

An activity log panel for Filament, built on spatie/laravel-activitylog

🔗 https://github.com/elpandape/filament-activitylog
August 16, 2026 at 1:10 PM