ikepu-tp/laravel-activity-log

v2.0.0 2023-08-27 20:46 UTC

This package is auto-updated.

Last update: 2024-05-19 09:51:09 UTC


README

This is a library of activity log.

日本語版

Features

  • Logging activities of users.
  • Show activities of users.

How to use

  1. First of all, migrate.
  2. Add \ikepu_tp\ActivityLog\app\Http\Middleware\ActivityLogMiddleware::class to Kernel.php.
  3. You can access /activity-log and see your acitivity logs. edit /route/activity-log.php if you want to change routing.

Contributing

Thank you for your contributions. If you find bugs, let me know them with issues.

License

Copyright (c) 2023 ikepu-tp.

This is open-sourced software licensed under the MIT license.