prefix('v1')->group(function () { Route::apiResource('helloworlds', HelloWorldController::class)->names('helloworld'); });