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

file_get_contents() error #25

Closed saifuldhaka closed 6 years ago

saifuldhaka commented 6 years ago

hi i am using laravel 5.4. to google reCaptcha, i am facing an error

file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0

how to define 'request_method' ?

if i set 'request_method' => CurlPost or 'request_method' => "CurlPost' or 'request_method' => 'Curl' it showing Function CurlPost() does not exist.

thanks