79284975

Date: 2024-12-16 14:25:20
Score: 2
Natty:
Report link

You guys are just making everything too much complicated just use the answer given by @Filip.

$data = $request->validate([
"name"    => "required|array|min:3",
"name.*"  => "required|string|distinct|min:3",
]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Filip
  • Low reputation (1):
Posted by: testq