【发布时间】:2017-04-09 19:50:44
【问题描述】:
if(count($data) == 1){
return view('welcome');
}
else {
// echo "dslkfjads";
Redirect::back()->with('message','Username or password not Match!');
}
上面的 Redirect::back() 功能在登录时不起作用。如果我正在打印它所显示的任何内容
【问题讨论】: