Skip to content

Instantly share code, notes, and snippets.

View ikeogu's full-sized avatar
🏠
Working from home

Emmanuel chidera ikeogu

🏠
Working from home
View GitHub Profile
@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>
*/