menamai rute di Laravel

Route::get('/', [ControllerName::class, 'index'])->name('homeRoute');
Isaac