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 4fd2eed commit d597069Copy full SHA for d597069
README.md
@@ -545,7 +545,7 @@ if ($validator->fails()) {
545
Publish the language files to customize error messages:
546
547
```bash
548
-php artisan vendor:publish --provider="Iamfarhad\Validation\ValidationRulesServiceProvider"
+php artisan vendor:publish --provider="Iamfarhad\Validation\ValidationServiceProvider"
549
```
550
551
This will publish translation files to `lang/vendor/validationRules/` directory where you can customize the error messages for each validation rule.
0 commit comments