Skip to content

Instantly share code, notes, and snippets.

@fritsvt
Created June 21, 2018 17:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fritsvt/810bf886d24b1ed7545540ea3276bee8 to your computer and use it in GitHub Desktop.
Save fritsvt/810bf886d24b1ed7545540ea3276bee8 to your computer and use it in GitHub Desktop.
Validator::extend('youtube', function ($attribute, $value, $parameters, $validator) {
return preg_match("/(youtube.com|youtu.be)\/(watch)?(\?v=)?(\S+)?/", $value);
}, "Sorry, this doesn't look like a valid youtube URL");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment