Skip to content

Instantly share code, notes, and snippets.

View assghard's full-sized avatar

Ivan Dublianski assghard

View GitHub Profile
@assghard
assghard / ValidRecaptcha.php
Last active April 4, 2021 01:03 — forked from mitrallex/ValidRecaptcha.php
laravel-google-recaptcha
<?php
namespace App\Rules;
use Illuminate\Contracts\Validation\Rule;
use GuzzleHttp\Client;
class ValidRecaptcha implements Rule
{
/**