Visiting
/hello
page returns text
Hello World
Route::get('/hello', function () {
    return 'Hello World';
});
by Valeri Tandilashvili
4 years ago
Laravel
routes
Laravel From Scratch
0
Pro tip: use ```triple backticks around text``` to write in code fences