Laravel redirects to login after authentication
问题 PROBLEM I'm busy with my first Laravel app and although I see the benefits of the way things are written, I'm having a hard time understanding some of the behaviour. When I try to login I get redirected to the login page. It seems like the user authenticates correctly, but it redirects to the login page regardless. WHAT I HAVE My users table looks like this: ,---------,---------------,---------------,----------------,---------------,-----------, | user_id | user_username | user_password |