I try to validate array POST in Laravel: $validator = Validator::make($request->all(), [ "name.*" ... ? When I submit form with input ...
確定! 回上一頁