greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
713 stars 196 forks source link

Support for enable / disable #150

Open baaskoen opened 7 years ago

baaskoen commented 7 years ago

Is there a way to enable or disable the recaptcha? For example, in a development environment it can get tedious to pass the validation every time. It would be nice if there could be an option in config e.g.:

"enabled" => env('RECAPTCHA_ENABLED', true)