Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T17:38:57.000Z (12 months ago)
- Last Synced: 2025-01-11T15:06:00.879Z (10 days 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: 426
- Watchers: 7
- Forks: 55
- 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!
![Image description](previews/preview.png)
## 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