Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialpietro capriata
18,066 Pointsthrow new NotFoundHttpException(); (solved)
Probleam.. appear when I do myhost/db this message:
Open: /home/xxx/Web/laravel/bootstrap/compiled.php
if (!is_null($route)) {
return $route->bind($request);
}
$others = $this->checkForAlternateVerbs($request);
if (count($others) > 0) {
return $this->getOtherMethodsRoute($request, $others);
}
throw new NotFoundHttpException();
}
protected function checkForAlternateVerbs($request)
Mysql works (also with phpmyadmin) odot exists...
1 Answer
pietro capriata
18,066 Pointsclosed... I haven't update the file that I haved edited in my local to my server.. now it works! Sorry