LaravelPackages.net
Acme Inc.
Toggle sidebar
mchtylmz/laravel-user-activity

Monitor user activity easily!

16
0
v1.0.4.2
About mchtylmz/laravel-user-activity

mchtylmz/laravel-user-activity is a Laravel package for monitor user activity easily!. It currently has 0 GitHub stars and 16 downloads on Packagist (latest version v1.0.4.2). Install it with composer require mchtylmz/laravel-user-activity. Discover more Laravel packages by mchtylmz or browse all Laravel packages to compare alternatives.

Last updated

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
Comments