https://github.com/haruncpi/laravel-user-activity
Monitor user activity easily!
https://github.com/haruncpi/laravel-user-activity
laravel laravel-framework laravel-package open-source user-activity user-activity-monitoring
Last synced: about 2 months ago
JSON representation
Monitor user activity easily!
- Host: GitHub
- URL: https://github.com/haruncpi/laravel-user-activity
- Owner: haruncpi
- Created: 2020-11-19T12:41:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T17:38:57.000Z (over 1 year ago)
- Last Synced: 2025-04-01T07:53:30.245Z (about 2 months ago)
- Topics: laravel, laravel-framework, laravel-package, open-source, user-activity, user-activity-monitoring
- Homepage: https://laravelarticle.com/laravel-user-activity
- Size: 156 KB
- Stars: 424
- Watchers: 6
- Forks: 54
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Laravel User Activity
Easily monitor your user activity with beautiful responsive & easy user-interface!

## Documentation
Checkout features & full documentation of [Laravel User Activity](https://laravelarticle.com/laravel-user-activity)## Other Packages
- [Laravel H](https://github.com/haruncpi/laravel-h) - A helper package for Laravel Framework.
- [Laravel ID generator](https://github.com/haruncpi/laravel-id-generator) - A laravel package for custom database ID generation.
- [Laravel Simple Filemanager](https://github.com/haruncpi/laravel-simple-filemanager) - A simple filemanager for Laravel.
- [Laravel Option Framework](https://github.com/haruncpi/laravel-option-framework) - Option framework for Laravel.### Change Log
v1.0.6
- Default user model `App\Models\User` to support laravel >=8
- Carbon date parse instead of $dates cast.v1.0.4
- Completely enable or disable logging by `activated` config value
- Added Base model logging compatibilityv1.0.3
- Minor improvementsv1.0.2
- Create log type added
- User model configuration
- UI ajax loading indicator