brunogritti/laravel-user-activity-logs

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

Maintainers

Package info

github.com/brunogritti/laravel-user-activity-logs

Type:laravel-command

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

Statistics

Installs: 384

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-04 20:24:29 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