ikepu-tp / laravel-activity-log
Fund package maintenance!
ikepu-tp
v2.0.0
2023-08-27 20:46 UTC
Requires
- php: ^8.2
- laravel/framework: ^10.8
README
This is a library of activity log.
Features
- Logging activities of users.
- Show activities of users.
How to use
- First of all, migrate.
- Add
\ikepu_tp\ActivityLog\app\Http\Middleware\ActivityLogMiddleware::class
toKernel.php
. - 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.