Skip to content

Instantly share code, notes, and snippets.

@grandmanitou
Created January 31, 2020 10:41
Show Gist options
  • Save grandmanitou/3a79ff3f938e2cff3076fe74c944a5b3 to your computer and use it in GitHub Desktop.
Save grandmanitou/3a79ff3f938e2cff3076fe74c944a5b3 to your computer and use it in GitHub Desktop.
Laravel validation rule for french phone number
'phone' => [
'nullable',
'regex:/^(?:(?:\+|00)33|0)\s*[1-9](?:[\s.-]*\d{2}){4}$/'
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment