Create an auth lock screen in Laravel
Dennis Smink wrote a nice Laravel tutorial on how to create a lock screen.
Unlike your phone that locks automatically after an X number of seconds, Laravel does not come with a locking feature.
In this tutorial I will explain how to create a basic setup so you can have a ‘lock’ screen which is configurable for the end-user. I will show you a basic middleware, migration, view, and adjustment to the LoginController and User model to allow this. We will save the value of locking in minutes to our database.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5.4 Laravel 5.3 Laravel 5.5 Laravel 5.6 Laravel 5 Intermediate