Skip to content

Commit 029a6b9

Browse files
authored
Merge pull request #33
Update README.md
2 parents be5b968 + cc1dfb0 commit 029a6b9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
[![PHP Version Require][ico-php]][link-packagist]
3+
[![Total Downloads][ico-downloads]][link-packagist]
4+
[![License][ico-license]][link-packagist]
5+
16
# Laravel Persian Validation
27

38
Laravel Persian Validation provides validation rules for Persian alphabet, numbers and Iranian-specific data formats.
@@ -9,8 +14,7 @@ numbers, postal codes, and company identifiers. Supporting Laravel 11+ and PHP 8
914
- Laravel 11, 12
1015
- PHP >= 8.2
1116

12-
_If you want to use the package in older versions of Laravel (6, 7, 8, 9, 10) and PHP (>= 7.4), you can use the version
13-
[1.x](https://github.com/sadegh19b/laravel-persian-validation/tree/1.x)._
17+
> ⚠️ If you need to use the package with older versions of Laravel (6, 7, 8, 9, 10) and PHP (>= 7.4), please use version [1.x](https://github.com/sadegh19b/laravel-persian-validation/tree/1.x)
1418
1519
## Installation
1620

@@ -225,3 +229,8 @@ $rules = [
225229
## License
226230

227231
The Laravel Persian Validation package is open-sourced software licensed under the [MIT License](LICENSE.md).
232+
233+
[ico-php]: https://img.shields.io/packagist/dependency-v/sadegh19b/laravel-persian-validation/php.svg
234+
[link-packagist]: https://packagist.org/packages/sadegh19b/laravel-persian-validation
235+
[ico-license]: https://img.shields.io/packagist/l/sadegh19b/laravel-persian-validation.svg
236+
[ico-downloads]: https://img.shields.io/packagist/dt/sadegh19b/laravel-persian-validation.svg?color=brightgreen

0 commit comments

Comments
 (0)