Skip to content

Instantly share code, notes, and snippets.

@haydar
Created November 20, 2018 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haydar/d6f7c0596da6bb94f1d88d000289eec8 to your computer and use it in GitHub Desktop.
Save haydar/d6f7c0596da6bb94f1d88d000289eec8 to your computer and use it in GitHub Desktop.
$this->validate($request, array(
'audio'=>'required|mimes:mp3,m4a,mp4,m4r',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment