Why Laravel still logging a NotFoundHttpException while all routes works?
All my registered routes are working. They display the view, yet on every request a NotFoundHttpException shows up in my log file. I'm using NGINX. Could it be my NGINX config? The error that is logged on every request (even though the view shows up): log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in /usr/share/nginx/www/example-staging/releases/20130815024541/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1429 Stack trace: #0 /usr/share/nginx/www/example-staging/releases/20130815024541/vendor/laravel/framework/src/Illuminate/Routing/Router.php