Download the PHP package masuresh124/auth-idle without Composer
On this page you can find all versions of the php package masuresh124/auth-idle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download masuresh124/auth-idle
More information about masuresh124/auth-idle
Files in masuresh124/auth-idle
Package auth-idle
Short Description This package is used to track the auth activity is idle
License MIT
Homepage https://github.com/masuresh124/auth-idle
Informations about the package auth-idle
Laravel Auth Idle Activity
This plugin offer an intuitive, user-friendly script where users can easily capture the session idle activitity of a user
Installation
Install laravel auth idle component with the composer
The service provider is auto-discovered, so no manual registration is required.
(On Laravel < 5.5, add Masuresh124\AuthIdle\Providers\AuthIdleProvider::class
to the providers array in config/app.php.)
Run the following command to publish the service provider
The auth-idle middleware alias is registered automatically by the package's
service provider — you do not need to edit app/Http/Kernel.php
(removed in Laravel 11) or bootstrap/app.php.
On Laravel 9 / 10 the alias is still registered for you. If you prefer to register it manually instead, add to the
$middlewareAliasesarray inapp/Http/Kernel.php:'auth-idle' => \Masuresh124\AuthIdle\Http\Middleware\AuthIdleMiddleware::class,
In routes/web.php add the following middleware for routes
Updating
If the package is already installed and you are trying to update it to the latest version, please follow the instructions below:
- Take a backup of the existing config file located at app/config/auth-idle.php.
-
Run the following commands:
Note: The commands below will replace the existing config file with the new one. After that, compare the new config file with your backup and add any missing values as needed.
Badges
Authors
Features
- Capture the user idle activity
- Can add custom time
- Add custom conditions
All versions of auth-idle with dependencies
laravel/framework Version ~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0||^12.0