【发布时间】:2019-12-30 11:09:44
【问题描述】:
当我验证我的表单时,服务器返回一个空白的空白页面,没有任何错误。
相关代码部分:
return view('ajoutQuestion')->with(array('numQest'=>$numQest,'idQ'=>$request->get('idQ')));
【问题讨论】:
-
视图
ajoutQuestion包含什么?
当我验证我的表单时,服务器返回一个空白的空白页面,没有任何错误。
相关代码部分:
return view('ajoutQuestion')->with(array('numQest'=>$numQest,'idQ'=>$request->get('idQ')));
【问题讨论】:
ajoutQuestion包含什么?
我解决了这个问题,我在多个输入中使用了相同的名称
【讨论】: