This is a demo for vectorwyse/idle-timeout-alert
composer install
cp.env.example .env
php artisan key:generate
Add your database configuration in .env
php artisan migrate
php artisan vendor:publish --provider="Vectorwyse\IdleTimeoutAlert\IdleTimeoutAlertServiceProvider" --tag="vue-components"
npm install && npm run dev
Go to /register
and create a user
Login and view the demo pages
Use network and vue devtools to see what is happening in the background.