Looking to hire Laravel developers? Try LaraJobs

laravel-activity-log maintained by billiemead

Description
Easily log user activity in Laravel!
Author
Last update
2021/07/01 01:22 (dev-master)
License
Links
Downloads
104
Tags

Comments
comments powered by Disqus

Image description

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