Skip to content

Instantly share code, notes, and snippets.

@haydar
Created November 20, 2018 03:29
Show Gist options
  • Save haydar/0128d43c348fc86c37a42f31ae3ee07a to your computer and use it in GitHub Desktop.
Save haydar/0128d43c348fc86c37a42f31ae3ee07a to your computer and use it in GitHub Desktop.
$this->validate($request, array(
'audio'=>'required|mimes:mpga,m4a,mp4,m4r',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment