

Laravel Postal Code Validation
source link: https://www.tuicool.com/articles/hit/q2qQjaI
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Postal code validation for multiple countries can always be a pain, but thanks to the Laravel Postal Code Validation package by Choraimy Kroonstuiver , validating postal codes is a breeze:
$this->validate($request, [ 'postal_code' => 'postal_code:NL,BE', ]);
Here’s a fluent version of the rule:
$this->validate($request, [ 'postal_code' => [ PostalCode::forCountry('NL')->andCountry('BE'), ], ]);
This package supports worldwide postal code validation, enabling your forms to support multiple postal codes or single out a specific postal code based on the user’s current locale for example.
As an interesting aside, I recently found this helpful list of regular expressions from the Common Locale Data Repository (CLDR) if you’re interested in regular expression postal code validation rules for every territory in the world. Here’s a Gist of the CLDR regex rules as a PHP array available on GitHub.
To start using this package, check out the source code and readme at axlon/laravel-postal-code-validation on GitHub.
Filed in: News
Recommend
-
12
Postal non-conspiracies Writing Software, technology, sysadmin war stories, and more. Wednesday, June 15, 2011 Postal non-conspiracies Google c...
-
6
Panicking Etsy Sellers Are Afraid Of One-Star Reviews If Postal Delays Ruin Christmas Orders “It does kind of feel like Etsy’s left us to the sharks," said one seller who fears customers will take out their US...
-
9
MySQL Query - select the corresponding postal codes advertisements I need to make a selection based on the first 2 characters of a field, so f...
-
8
UpshotThe Postal Service Survived the Election. But It Was Crushed by Holiday Packages. ...
-
12
-
44
Install Postal Mail Server on Ubuntu 20.04/18.04Search ComputingForGeeksHaving a fully featured email soluti...
-
6
United States Postal Service suspends mail deliveries to New Zealand The United States Postal Service (USPS) has suspended mail deliveries to New Zealand due to an unavailability of transportation.
-
8
Global postal codes regex formats · GitHub Instantly share code, notes, and snippets. Global postal codes regex formats [{...
-
7
July 6th, 2017 | 1 minute readNo Billing Postal Code? No Problem!How To Remove the Postal Code Field (Square Payment Form)
-
9
Laravel 5.5 - Google reCaptcha Code With Validation Example 101981 views 4 years ago Laravel Today, we are shar...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK