Enable debugging in config/app.php and that should output error messages in your browser. You may a...
StefanSchols said: P.S., how can i do that code block thingy? I tried [code][/code], but it doesnt...
zoobia said: I would like to create some helpers (functions) to avoid repeating code between some v...
As the error message says, because you're using findOrFail, it's failing because it can't find a use...
What is the size of your password field in your database? It needs to be at least 60 characters lon...
The Laravel portal for problem solving, knowledge sharing and community building.