Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phattarachai committed Mar 5, 2021
1 parent 344e057 commit a152f82
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![test](https://github.com/phattarachai/thaidate/actions/workflows/php.yml/badge.svg)
[![Packagist](https://img.shields.io/packagist/dt/phattarachai/thaidate.svg)](https://github.com/phattarachai/line-notify/releases)
[![Maintainability](https://api.codeclimate.com/v1/badges/866379571541812960f6/maintainability)](https://codeclimate.com/github/phattarachai/thaidate/maintainability)
[comment]: <> (![test]&#40;https://github.com/phattarachai/thaidate/actions/workflows/php.yml/badge.svg&#41;)

[comment]: <> ([![Packagist]&#40;https://img.shields.io/packagist/dt/phattarachai/thaidate.svg&#41;]&#40;https://github.com/phattarachai/thaidate/releases&#41;)

[comment]: <> ([![Maintainability]&#40;https://api.codeclimate.com/v1/badges/866379571541812960f6/maintainability&#41;]&#40;https://codeclimate.com/github/phattarachai/thaidate/maintainability&#41;)

# <a id="introduction"></a> 🔒 Thai ID Card Laravel Validation

Expand All @@ -9,12 +11,12 @@
# <a id="installation"></a> ติดตั้ง

```
composer require phattarachai/thai-id-card-velidation
composer require phattarachai/thai-id-card-validation
```

# <a id="usage"></a> การใช้งาน

เรียกใช้คลาส ThaiIdCardRule ใน field ที่ต้องการ validate
เรียกใช้ class ThaiIdCardRule ใน field ที่ต้องการ validate

```php
use Phattarachai\ThaiIdCardValidation\ThaiIdCardRule;
Expand All @@ -28,6 +30,9 @@ $this->validate($request, [

```

หากต้องการตัวอย่างเลขรหัสบัตรประชาชน
สามารถทำได้ที่ [เครื่องมือสุ่มรหัสบัตรประชาชน](https://phattarachai.dev/tools/thai-id-card-generator)

# <a id="usage"></a> Validation Message

ถ้า validate ไม่ผ่านจะแสดงข้อความ `รหัสบัตรประชาชนไม่ถูกต้อง` เป็นค่าเริ่มต้ม ถ้าต้องการแก้ไข message สามารถ override
Expand Down

0 comments on commit a152f82

Please sign in to comment.