brunogritti/laravel-user-activity-logs

Creates a laravel table, model and trait that logs all user activity based on which model it's imported

Installs: 243

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-command

pkg:composer/brunogritti/laravel-user-activity-logs

dev-master / 1.2.0.x-dev 2024-01-04 15:05 UTC

This package is auto-updated.

Last update: 2025-12-04 19:28:47 UTC


README

Log user activity automatically with this Trait

Instaling

Require this package in your composer.json and update composer.

`composer require brunogritti/laravel-user-activity-logs` 

Using

Use php artisan make:user-activity-logs to run migration

Apply use Logabble to the models you want to keep track of

Roadmap

  • Save each column when created
  • Separate model saving in another function

License

This Laravel package is open-sourced software licensed under the MIT license