mirror of
https://github.com/10h30/Test-Laravel-Validation.git
synced 2026-07-18 14:23:12 +09:00
Task 4 - showing specific validation error
This commit is contained in:
@@ -56,3 +56,11 @@ Test method `test_validation_errors_shown_in_blade()`.
|
||||
|
||||
---
|
||||
|
||||
## Task 4. Showing a Specific Validation Error.
|
||||
|
||||
In `resources/views/products/create.blade.php` file, show the validation error for `"name" => "required"`, using a specific Blade directive to show one specific error.
|
||||
|
||||
Test method `test_validation_specific_error_shown_in_blade()`.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user