Skip to content

Instantly share code, notes, and snippets.

@amsgames
amsgames / laravel-5-audio-validator.php
Last active September 16, 2019 05:36
Laravel 5 Audio File Validation, Custom audio validation rules.
<?php
namespace App\Services;
/**
* Custom validator rules.
* Add this at app\Services
*
* @author Alejandro Mostajo <amostajo@gmail.com>
*/