billiemead / laravel-activity-log
Easily log user activity in Laravel!
1.0.8
2021-06-30 23:22 UTC
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2025-03-29 00:52:11 UTC
README
Monitor your user activity with beautiful responsive & easy user-interface!
Installation
STEP 1: Run this command given below to install the laravel user activity package:
composer require billiemead/laravel-activity-log
STEP 2: Now run this artisan command:
php artisan activity-log:install
Installation finished!
Change Log
v1.0.5
- Added Stats Controller
- Added logoff event logging
v1.0.4
- Completely enable or disable logging by
activated
config value - Added Base model logging compatibility
v1.0.3
- Minor improvements
v1.0.2
- Create log type added
- User model configuration
- UI ajax loading indicator