My Laravel 4 application\'s logs sometimes show a NotFoundHttpException:
NotFoundHttpException
exception \'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpExce
My project is in C:\xampp\htdocs\ColorTex
I got this error by typing
http://localhost/myproject/public/image
instead of
http://localhost/MyProject/public/image
I'm in windows, so I thought it will ignore capitalization, but...
Be careful with that.