Skip to content

Installation Problem : #2

Description

@akwsa

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions