Wednesday, April 12, 2017

Address validation in Laravel

I am trying to validate addresses input from users, where they give their street name, zip code, house number etc ...

The question is, how can I validate weather the address is valid?

The even better question would be, how can I check using the IP of the user, weather the input match the current country of the user or not, according to those informations I am gonna flash some validation errors.

Can I implement this in a Google Map for example?

Thanks



via Lipo

Advertisement