ellisio/laravel-phone

View on GitHub
lang/en/validation.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'phone'  => 'The :attribute must be a valid phone number.',
    'phone_country' => 'The :attribute must originate from one of these counties: :values',
];