From ae5684b2c0e0dbbbb48b28ae8b3cb861eedf800a Mon Sep 17 00:00:00 2001 From: Geoffrey van Wyk Date: Wed, 7 Aug 2024 12:44:08 +0200 Subject: [PATCH] docs: link to description of South African ID Reorder paragraphs in introduction. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0bdb8..7de8486 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ # South African ID for Laravel +Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African +government-issued personal [identification number](https://www.westerncape.gov.za/general-publication/decoding-your-south-african-id-number-0), +for Laravel. + The validator will pass values generated by the Faker [idNumber](https://fakerphp.org/locales/en_ZA/#fakerprovideren_zaperson) formatter that is part of the English (South Africa) or `en_ZA` locale. -Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel. ## Install