laravel-activity-log maintained by ikepu-tp
Laravel Activity Log
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::classtoKernel.php. - You can access
/activity-logand see your acitivity logs. edit/route/activity-log.phpif 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.