When doing the login with the method Auth::attempt() I get this error:
ErrorException
htmlspecialchars(): Invalid multibyte sequence in argument
This was because I had the database down, but the problem is... shouldn't Laravel warn me about the DB before giving this error? because as soon as I started the DB, this worked.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community