Routing - Laravel 11.x - The PHP Framework For Web Artisans

PHOTO EMBED

Tue Feb 04 2025 02:09:23 GMT+0000 (Coordinated Universal Time)

Saved by @saradhi

use Illuminate\Support\Facades\Route;
 
Route::get('/greeting', function () {
    return 'Hello World';
});
content_copyCOPY

https://laravel.com/docs/11.x/routing