new to Laravel (coming from Java spring), while using
Route::get('/', function()
{
return "Hello World!";
});
Above, we dont need to include any header files(in this and all other configuration files for LaraveL), why is this so!, as Route is in a different name-space