chaîne de retour de Laravel Reoute

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