Laravel Reoute Return String

Route::get('/', function () {
    return 'Hello World';
});
Literate Lentil