spatie/activitylog
Laravel 5 user activity logging package by Spatie: records actions to a database table and optionally to Laravel’s log handler, with migration and facade support. Abandoned since 2016-06-28; use spatie/laravel-activitylog instead.
spatie/laravel-activitylog (active, Laravel 6+ compatible) or commercial tools (e.g., Laravel Debugbar, AOE People) for production use.To Executives: "This package offers a no-code, lightweight way to log user actions in our Laravel 5 app—critical for compliance and debugging. It’s a quick win for auditing (e.g., tracking data changes) without heavy dev lift. However, it’s outdated and only fits Laravel 5; we’d need to replace it later for long-term use."
To Engineering:
"For Laravel 5 projects, this provides a 10-minute solution to log activities (e.g., User updated Profile) to a DB table. Tradeoffs: No active maintenance, limited features (e.g., no event triggers), and Laravel 5-only. If we’re locked into L5, it’s a stopgap; otherwise, we should use spatie/laravel-activitylog or build a custom solution. Let’s prototype it for [specific use case] and measure the overhead."
How can I help you explore Laravel packages today?