mchtylmz/laravel-user-activity

Monitor user activity easily!

v1.0.4.2 2023-05-03 10:27 UTC

This package is not auto-updated.

Last update: 2024-06-13 14:08:56 UTC


README

68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f686172756e6370692f6c61726176656c2d757365722d6163746976697479 68747470733a2f2f62616467656e2e6e65742f62616467652f6c6963656e63652f434320425920342e302f323342434342 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f686172756e6370692f6c61726176656c2d757365722d6163746976697479 68747470733a2f2f62616467656e2e6e65742f62616467652f747769747465722f406c61726176656c61727469636c652f3144413146323f69636f6e266c6162656c 68747470733a2f2f62616467656e2e6e65742f62616467652f66616365626f6f6b2f6c61726176656c61727469636c652f336235393938

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