milwad-dev / laravel-validate

The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.
https://packagist.org/packages/milwad/laravel-validate
MIT License
456 stars 39 forks source link

[1.x] Add validate phone number methods for Langs #53

Closed milwad-dev closed 1 year ago

milwad-dev commented 1 year ago

Validate Germany phone number:

'phone-number' => ['required', new ValidPhoneNumber(Country::GERMANY)]

:white_check_mark: IRAN :white_check_mark: ENGLAND :white_check_mark: NIGER :white_check_mark: SAUDI_ARABIA :white_check_mark: GERMANY :white_check_mark: GREECE :white_check_mark: SPAIN :white_check_mark: FRANCE :white_check_mark: INDIA :white_check_mark: INDONESIA :white_check_mark: ITALY :white_check_mark: JAPAN :white_check_mark: KOREAN :white_check_mark: RUSSIA :white_check_mark: SWEDEN :white_check_mark: TURKEY :white_check_mark: CHINA