env('RECAPTCHA_PUBLIC_KEY', ''), 'private_key' => env('RECAPTCHA_PRIVATE_KEY', ''), /* |-------------------------------------------------------------------------- | Template |-------------------------------------------------------------------------- | | Set a template to use if you don't want to use the standard one. | */ 'template' => '', /* |-------------------------------------------------------------------------- | Driver |-------------------------------------------------------------------------- | | Determine how to call out to get response; values are 'curl' or 'native'. | Only applies to v2. | */ 'driver' => 'curl', /* |-------------------------------------------------------------------------- | Options |-------------------------------------------------------------------------- | | Various options for the driver | */ 'options' => [ 'curl_timeout' => 1, 'curl_verify' => true, ], /* |-------------------------------------------------------------------------- | Version |-------------------------------------------------------------------------- | | Set which version of ReCaptcha to use. | */ 'version' => 2, ];