✏️ Code CompletionLV Laravel Easy⚡+10 XP
Route GET
Complete the basic GET route definition.
✏️ Fill in the blank
Route::___( '/home', [HomeController::class, 'index']);Complete the basic GET route definition.
Route::___( '/home', [HomeController::class, 'index']);