Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException Laravel
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to use RESTful controller. Here is my Route.php : Route::resource('test', 'TestController'); Route::get('/', function() { return View::make('hello'); }); Here is my TestController.php My app route is localhost/Test/public/ and it shows "You have arrived" message. But when I tried localhost/Test/public/test It gives me "Symfony\Component\HttpKernel\Exception\NotFoundHttpException" Here is my log: [2014-05-11 14:29:59] production.ERROR: NotFoundHttpException Route: `http://localhost/Test/public/test` [] [] [2014-05-11 14:29:59]