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 3d2fec3 commit 1c0dd8fCopy full SHA for 1c0dd8f
README.md
@@ -60,6 +60,17 @@ php artisan vendor:publish --tag="validate-lang-en"
60
61
If you don't know about langs name you can see [Support Languages](#support-languages) section.
62
63
+# Configurations
64
+
65
+If you may use rules with string like `ValidPhone`, you need to change the config option to `true`:
66
67
+```php
68
+/*
69
+ * If you want to use rules like 'required|ValidPhone' in your validations, you can change it to true.
70
+ */
71
+'using_container' => false,
72
+```
73
74
# Usage
75
76
You can use `Laravel-Validate Rules` very simply. You can use the `new` keyword before the rule name.
0 commit comments