anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 234 forks source link

Mistake in the documentation #112

Closed Datalink-Wouter closed 6 years ago

Datalink-Wouter commented 6 years ago

Hi,

In the documentation you say "Add NOCAPTCHA_SECRET and NOCAPTCHA_SITEKEY in .env file". Those should be CAPTCHA_SECRET and CAPTCHA_SITEKEY.

Because in the config-file you use 'secret' => env('CAPTCHA_SECRET', 'default_secret'), 'sitekey' => env('CAPTCHA_SITEKEY', 'default_sitekey'),

Kind regards

anhskohbo commented 6 years ago

It still is NOCAPTCHA_SECRET and NOCAPTCHA_SITEKEY

https://github.com/anhskohbo/no-captcha/blob/master/src/config/captcha.php