Okay, what you're trying to do is quite simple. Are you trying to create another user using the same exact username and then receiving the Whoops page? Also, you should probably be developing with debug=true so you may see the errors Laravel outputs instead of a simple Whoops page.
Do you know how to turn on Debug mode?
grindmodeon said:
Okay, what you're trying to do is quite simple. Are you trying to create another user using the same exact username and then receiving the Whoops page? Also, you should probably be developing with debug=true so you may see the errors Laravel outputs instead of a simple Whoops page.
Do you know how to turn on Debug mode?
Thank u very much for your answer, i was a little bit late to answer it by myself because i already found the issue, it was on the response. Now i fixed it and turned the debug mode to true thanks to you. :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community