Skip to content

Nova 4 package to detect idle/non active user, notice and autologout

License

Notifications You must be signed in to change notification settings

operativeit/nova-idle

Repository files navigation

nova-idle

Nova 4 package to detect idle/non active user, notice and autologout

imagen

Installation

composer require eom-plus/nova-idle

Usage

When you install this package it's automatically injected to nova.

Configuration

To be able to config timers, you must publish config file

php artisan vendor:publish --provider="EomPlus\NovaIdle\ToolServiceProvider" --tag=config

You must tune 'duration' and 'reminders' values. By default we start detect idle during 5mn and show dialog when remain 60 seconds.

<?php

return [
  'enabled' => true,
  'debug' => false,
  'duration' => 60 * 5,
  'reminders' => [
     60
   ],
];

### Translations

Currenlty we have include spanish and english translations. If you want to add more language you publish translations with the following command

php artisan vendor:publish --provider="EomPlus\NovaIdle\ToolServiceProvider" --tag=translations

If you add more languages don't hesitate to send us a PR.

⭐️ Show Your Support

Please give a ⭐️ if this project helped you!

Other Packages You Might Like

Take a look to our Github repositories as we have a lot of forked nova components with fixes that are still not merge into main owner branch.

License

The MIT License (MIT). Please see [License File](h

About

Nova 4 package to detect idle/non active user, notice and autologout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published