brunogritti/laravel-user-activity-logs

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

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

This package is auto-updated.

Last update: 2025-04-04 17:59:40 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