thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
200 stars 32 forks source link

Error on file_get_contents() #17

Closed StApostol closed 6 years ago

StApostol commented 6 years ago

How I can set $requestMethod in __construct \ReCaptcha\ReCaptcha https://github.com/thinhbuzz/laravel-google-captcha/blob/master/src/Captcha.php#L207

Fix from google set socket as request method https://github.com/google/recaptcha/issues/36

thinhbuzz commented 6 years ago

sorry for too late response, issue can be fix by config get_request_method. Please update package to 2.1.6