We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c824307 commit 2ff5b5fCopy full SHA for 2ff5b5f
docs/1.x/valid-iran-plate.md
@@ -0,0 +1,15 @@
1
+## ValidIranPlate
2
+
3
+If you want to validate the Iran license plate number, you can use the `ValidIranPlate` rule:
4
5
+```php
6
+use Milwad\LaravelValidate\Rules\ValidIranPlate;
7
8
+return [
9
+ 'car-plate-number' => ['required', new ValidCarNumber()],
10
+ /*
11
+ * Iran plate license number:
12
+ * 32 ی 321 ایران 45
13
+ */
14
+];
15
+```
0 commit comments