🌈 搜索
📅  最后修改于: 2022-03-11 14:53:58.730000             🧑  作者: Mango
$validator = Validator::make($request->all(), [ 'file' => 'max:500000', ]);