I have a ReflectionException (-1)
"Class does not exist error" in Laravel. I know it is a namespacing issue as I have been messing with the namespaces.
I'm just trying to read this incredible callstack on the Whoops! error page to find my file that caused the error.
There's 34 frames and all of them are internal Laravel files and not my file that caused the error.
Is there an simple way/a trick to reading this call stack, or maybe some other information on the Whoops! error page, so that one can quickly pinpoint the source (my own file) of a problem like this?