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 f6c0faf commit d361abfCopy full SHA for d361abf
validation.md
@@ -1809,6 +1809,14 @@ The field under validation must be uppercase.
1809
1810
The field under validation must be a valid URL.
1811
1812
+If you would like to specify the URL protocols that should be considered valid, you may pass the protocols as validation rule parameters:
1813
+
1814
+```php
1815
+'url' => 'url:http,https',
1816
1817
+'game' => 'url:minecraft,steam',
1818
+```
1819
1820
<a name="rule-ulid"></a>
1821
#### ulid
1822
0 commit comments