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: 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-command
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