I am trying to use RESTful controller. Here is my Route.php:
Route.php
Route::resource(\'test\', \'TestController\'); Route::get(\'/\', function() { r
another thing to check is your document root,
mine was:
www/var
and should be:
www/var/mysite/public
Another reason why I hate web development