Lock out user for given amount of time – Laravel
I have the following custom login controller; But I want to lock the user out for an hour, at the moment it just locks them out for about 60 seconds or so, is this possible? public function login(Request $request) {…