Skip to content

Commit

Permalink
Release version 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh committed May 25, 2019
1 parent cfdbc23 commit 300b9f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changelog

Tất cả lịch sử tiến trình phát triển thư viện
Tất cả lịch sử tiến trình phát triển thư viện

# 1.0.1

- Hổ trợ đa ngôn ngữ mặc định.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ public function rules()
}
```

## Ngôn ngữ

Nếu như bạn muốn thay đổi các error message thì hãy publish resource đính kèm thông qua câu lệnh:

```php
php artisan vendor:publish
```

Sau khi publish xong bạn hãy vào `resources/lang/vendor/phpVietValidation` để thao tác chỉnh sửa theo ý bạn.

## Dành cho nhà phát triển

Nếu như bạn cảm thấy các kiểu kiểm tra dữ liệu bên trên vẫn chưa đủ đối với thị trường
Expand Down

0 comments on commit 300b9f8

Please sign in to comment.