// Thats the Closure // v Route::get('/some/route', function() { return 'Hello World'; });
Use
Route::get('/', 'YourController@index');