Task 9 - your own validation rule

This commit is contained in:
PovilasKorop
2021-11-29 16:06:54 +02:00
parent 254985ac99
commit 28c2dd8d60
6 changed files with 80 additions and 0 deletions
+8
View File
@@ -96,3 +96,11 @@ Test method `test_custom_error_message()`.
---
## Task 9. Your Own Validation Rule.
In `app/Http/Controllers/ArticleController.php` file, in `store` method, the code uses `Uppercase` validation rule that you need to create with Artisan command, and fill in with the rule of "title" having first letter as uppercase.
Test method `test_custom_validation_rule()`.
---