How to Validate an array in Laravel
I am trying to apply the suggestions provided in this question How to validate array in Laravel? So my validation is ‘topics’ => ‘required|array’ Topics are required This works well especially if …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
I am trying to apply the suggestions provided in this question How to validate array in Laravel? So my validation is ‘topics’ => ‘required|array’ Topics are required This works well especially if …
How to return a custom error message using this format? $this->validate($request, [ ‘thing’ => ‘required’ ]);