env('CAPTCHA_ENABLED', false), 'sitekey' => env('CAPTCHA_SITEKEY', ''), 'secret' => env('CAPTCHA_SECRET', ''), // Attributes can be found here: // https://developers.google.com/recaptcha/docs/display#render_param 'attributes' => [ 'data-theme' => env('CAPTCHA_DATATHEME', 'light'), ], 'options' => [ 'timeout' => env('CAPTCHA_TIMEOUT', '2.0'), ], ];