LaravelDaily/Test-Laravel-Validation

typo/mismatch in task 6

neomn opened this issue · 0 comments

neomn commented

Task 6. Form Request Validation.
In app/Http/Controllers/ItemController.php file, validation is performed via class StoreItemRequest, but that class doesn't exist, intentionally. Your task is to create it, with parameters of authorized true, and validation rules of name/title* as required fields.

title should be replaced with description