All notable changes to laravel-validator-phone
will be documented in this file.
- Added validation option for phone numbers with only digits
- Added validation option for NANP numbers
- Empty values are now valid phone numbers (You should be using the 'required' validation rule when checking for non empty values)
- Added a custom validation message
- Initial release and connected with packagist