PHPackages                             haunv/laravel-user-activity - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. haunv/laravel-user-activity

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

haunv/laravel-user-activity
===========================

Monitor user activity easily! for laravel 12

1.0(1y ago)121[1 PRs](https://github.com/haunv0609/laravel-user-activity/pulls)cc-by-4.0PHP &gt;=5.6

Since May 6Pushed 1y agoCompare

[ Source](https://github.com/haunv0609/laravel-user-activity)[ Packagist](https://packagist.org/packages/haunv/laravel-user-activity)[ RSS](/packages/haunv-laravel-user-activity/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Features of Laravel User Activity
---------------------------------

[](#features-of-laravel-user-activity)

- Beautiful, responsive and easy UI.
- Easy installation to existing or new Laravel application.
- Monitor record edit, record delete, login and lockout activity.
- Filtering user activity logs.
- Configurable routes.
- Custom middleware support.
- Console command for activity log clear.

Installation
------------

[](#installation)

Step 1 Run this command given below to install the laravel user activity package.

```
composer require haunv/laravel-user-activity

```

Step 2 Now run this artisan command.

```
php artisan user-activity:install

```

Installation finished!

Usages
------

[](#usages)

By default, It will catch login activity and lockout (too many attempts) automatically. You can enable or disable it by config value. To keep track of your existing table record edit and delete, just use the `Loggable` trait in your model. That's it, super simple! If any user edits or delete your existing table record, it will automatically be logged into the `logs` table and you will get the details, what data deleted or edited by users.

```
