当出现致命错误时,我试图用消息重定向到上一页
App::致命(函数($exception)
{
return Redirect::back()->;带('msg','The Message');
}
在试图使用访问消息的视图中
会话::获取(’msg’)
但是什么都没有表现出来,我是不是做错了什么
试一试
返回重定向::返回()->;withErrors(['msg'=>;'themessage']);
在你的视野中,我们称之为
@if($errors->;any())
<;h4>;{{$errors->;first()}<;/h4>;
@恩迪夫