Skip to content

vectorwyse/idle-timeout-alert-demo

Repository files navigation

Idle Timeout Alert Demo

This is a demo for vectorwyse/idle-timeout-alert

Installation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages