brunogritti/laravel-user-activity-logs
Composer 安装命令:
composer require brunogritti/laravel-user-activity-logs
包简介
Creates a laravel table, model and trait that logs all user activity based on which model it's imported
README 文档
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
统计信息
- 总下载量: 386
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-26