Skip to main content
✏️ Code CompletionLV Laravel Easy+10 XP

Route GET

Complete the basic GET route definition.

✏️ Fill in the blank
Route::___(  '/home', [HomeController::class, 'index']);

✏️ Type the missing code: