laracasts / Validation

Easy form validation.
https://packagist.org/packages/laracasts/validation
MIT License
150 stars 37 forks source link

Validating phone numbers from a database #26

Closed fueguino84 closed 2 years ago

fueguino84 commented 2 years ago

Hi, I'm using this library to format phone numbers on the views, but input data is not validated, so this can come to Exception errors.

What I want is to check the data before sending it to the view, in the controller or ideally in the model. Is there a isValidNumber() or similar function available, or another way to accomplish this?

fueguino84 commented 2 years ago

Issue posted on wrong repository, and should be deleted.