Well, if I understand correctly, you're going to need to compare times. So when a user logs in, set a session with the time they logged in. And then inside of a Route filter or somewhere, you can check to see if that time exceeds an hour.
Read over the first answer to this stackoverflow question
Good luck.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community