Download the PHP package vcian/pulse-active-sessions without Composer
On this page you can find all versions of the php package vcian/pulse-active-sessions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vcian/pulse-active-sessions
More information about vcian/pulse-active-sessions
Files in vcian/pulse-active-sessions
Package pulse-active-sessions
Short Description A Laravel Pulse card to show active user session.
License MIT
Homepage https://github.com/vcian/pulse-active-sessions
Informations about the package pulse-active-sessions
Active Sessions card for Laravel Pulse
This card will show total number of sessions in application.
Installation
Require the package with Composer:
Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:
Register the recorder
Right now, the Composer dependencies will only be checked once per day. To run the checks you must add the PulseActiveSessionRecorder
to the pulse.php
file.
You also need to be running the pulse:check
command.
Add to your dashboard
To add the card to the Pulse dashboard, you must first publish the vendor view.
Then, you can modify the dashboard.blade.php
file:
This feature allows you to dynamically set thresholds and display interactive color-coded indicators based on predefined threshold values. Easily configure these thresholds using the pulse.php
config file for a visual representation of active sessions.
To make pulse recorders will automatically capture entries based on framework events dispatched by Laravel, You must run the below command.
That's it!
Supported session drivers
- database
- file
- redis
- memcached
Not Supported
- Passport : This will not support when multiple providers used as authentication.It only while using single provider.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
We believe in
👇
ACT NOW
PERFECT IT LATER
CORRECT IT ON THE WAY.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of pulse-active-sessions with dependencies
illuminate/support Version *
predis/predis Version ^2.2
laravel/pulse Version ^1.2.0