We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c11363 commit 229767cCopy full SHA for 229767c
config/laravel-validate.php
@@ -19,12 +19,12 @@
19
use Milwad\LaravelValidate\Utils\CountryPhoneValidator\ZHPhoneValidator;
20
21
return [
22
-/*
23
- * Mapping of country codes to their respective phone number validator classes.
24
- * Each validator enforces country-specific phone number formatting and validation rules.
25
- *
26
- * You can add custom country phone validator.
27
- */
+ /*
+ * Mapping of country codes to their respective phone number validator classes.
+ * Each validator enforces country-specific phone number formatting and validation rules.
+ *
+ * You can add custom country phone validator.
+ */
28
'phone-country' => [
29
'DE' => DEPhoneValidator::class, // Germany
30
'EN' => ENPhoneValidator::class, // England
0 commit comments