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 45f4c97 commit 599c711Copy full SHA for 599c711
README.md
@@ -250,7 +250,7 @@ If you prefer to use another name other than `settings` ,
250
you can do so by defining a `$invokeSettingsBy` property.
251
This forward calls (such as `configurations()`) to the `settings()` method.
252
253
-### Validation system for settings data <a name="validation></a>
+### Validation system for settings data <a name="validation"></a>
254
When you're using the set() or apply()|update() methods thrown an exception when you break a rule.
255
You can define rules on model using `$settingsRules` public property, and the rules array definition is identical with
256
the Laravel default validation rules. ([see Laravel rules](https://laravel.com/docs/8.x/validation#available-validation-rules))
0 commit comments