Skip to content

Instantly share code, notes, and snippets.

@morfin
morfin / RfcValidator.php
Last active June 29, 2021 23:33 — forked from sahibalejandro/RfcValidator.php
Laravel's RFC Validator adaptado a Laravel 8
<?php
/**
* @author Sahib J. Leo <sahib@sahib.io>
* Date: 11/24/15 8:53 AM
*/
namespace App\Rules;
use Illuminate\Contracts\Validation\Rule;