Download the PHP package edwink/filament-user-activity without Composer
On this page you can find all versions of the php package edwink/filament-user-activity. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edwink/filament-user-activity
More information about edwink/filament-user-activity
Files in edwink/filament-user-activity
Package filament-user-activity
Short Description Tracks user activity and shows currently active users
License MIT
Homepage https://github.com/edwink75/filament-user-activity
Informations about the package filament-user-activity
Tracks user activity and shows currently active users
Registers all requests and displays it conveniently to see currently online users, ie. with any requests in the last 15 minutes / 30 minutes / 60 minutes / day / week
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Add Global Middleware in app/Http/Kernel.php
Add trait to User Model app/Models/User.php
to add relationship activities
Configure your panel to have 2 additional views
Configure a scheduled task to truncate table depending on your configured days (default 60 days) or run it manually from time to time.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Edwin Krause
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-user-activity with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0