/laravel-user-activity

Monitor user activity easily! Add support for laravel 10.*

Laravel User Activity

Easily monitor your user activity with beautiful responsive & easy user-interface!

Image description

Documentation

Checkout features & full documentation of Laravel User Activity

Other Packages

Change Log

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

Add Support For Laravel 10 and PHP >=8.0

  • Creation of dynamic property Haruncpi\LaravelUserActivity\Listeners\LoginListener::$request is deprecated
  • Creation of dynamic property Haruncpi\LaravelUserActivity\Listeners\LockoutListener::$request is deprecated

LockoutListener, LoginListener -> add public ?Request $request = null

  • \App\User -> \App\Models\User
  • current(): Calling current() on an object is deprecated
  • call to undefined diffForHumans()

  • Composer has been added to use this package in Laravel 10 project.
  • The original package's github page can be accessed at the link here.
  • Changes made in this package can be seen in the commit link here.
  • This package was first published by haruncpi.
  • Wait pull request Link Here