#5 2.0 and Router guard - authenticating routes - 2.0 and Laravel 5.3

In this video we will use router guard to check if the user is authenticated or not. Based on that if we find that the user is not logged in, then we will redirect him to the login route. Code:
Back to Top