You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel validate is a package for validation faster & easier. <br>
15
-
You can validate data easier, Laravel validate have lots of rule class for validation. <br>
16
-
This package support localization and you can use it for most of the language. <br>
14
+
The `Laravel-Validate` package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic. <br>
15
+
You can validate data more easily, Laravel validate has lots of rule classes for validation. <br>
16
+
This package supports localization and can be used for most of the language. <br>
17
17
(If some language didn't support, you can <ahref="https://github.com/milwad-dev/laravel-validate/pulls">PR</a> for new language)
18
18
19
19
# Requirements
@@ -126,7 +126,7 @@ return [
126
126
127
127
### ValidIban
128
128
129
-
Sometimes you need to validate Iban(International Bank Account Number) code. You can use the `ValidIban` rule:
129
+
Sometimes you need to validate the Iban(International Bank Account Number) code. You can use the `ValidIban` rule:
130
130
131
131
```php
132
132
use Milwad\LaravelValidate\Rules\ValidIban;
@@ -136,7 +136,7 @@ return [
136
136
];
137
137
```
138
138
139
-
Also, You can use the `Country` class and add a list of countries to the `ValidIban` rule. By doing this your IBAN must belong
139
+
Also, you can use the `Country` class to add a list of countries to the `ValidIban` rule. By doing this your IBAN must belong
140
140
to one of the countries you pass to the validation class:
141
141
142
142
```php
@@ -180,7 +180,7 @@ Also, you can make <a href="https://github.com/milwad-dev/laravel-validate/pulls
180
180
181
181
# License
182
182
183
-
* This package is created and modified by <ahref="https://github.com/milwad-dev"target="_blank">Milwad Khosravi</a> for Laravel upper more than 9 and is released under the MIT License.
183
+
* This package is created and modified by <ahref="https://github.com/milwad-dev"target="_blank">Milwad Khosravi</a> for Laravel upper more than 9 and has been released under the MIT License.
0 commit comments