Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException
C:\xampp\htdocs\rakko\vendor\compiled.php
if (!is_null($route)) {
return $route->bind($request);
}
$others = $this->checkForAlternateVerbs($request);
if (count($others) > 0) {
return $this->getRouteForMethods($request, $others);
}
throw new NotFoundHttpException();
}
protected function checkForAlternateVerbs($request)
Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException
C:\xampp\htdocs\rakko\vendor\compiled.php
if (!is_null($route)) {
return $route->bind($request);
}
$others = $this->checkForAlternateVerbs($request);
if (count($others) > 0) {
return $this->getRouteForMethods($request, $others);
}
throw new NotFoundHttpException();
}
protected function checkForAlternateVerbs($request)