Skip to content

Instantly share code, notes, and snippets.

View assghard's full-sized avatar

Ivan Dublianski assghard

View GitHub Profile
##
## How to install mcrypt in php7.2 / php7.3
## Linux / MacOS / OSX
##
## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/
#
@mitrallex
mitrallex / ValidRecaptcha.php
Created August 6, 2018 12:14
laravel-google-recaptcha
<?php
namespace App\Rules;
use Illuminate\Contracts\Validation\Rule;
use GuzzleHttp\Client;
class ValidRecaptcha implements Rule
{
/**