输出消息工作正常,但调试栏会话没有它们
if (empty($item)) {
return back()
->withErrors(['msg' => "post id => {$id} not found"])
->withInput();
}
laravel 5.8
debugbar 7.3.1
输出消息工作正常,但调试栏会话没有它们
if (empty($item)) {
return back()
->withErrors(['msg' => "post id => {$id} not found"])
->withInput();
}
laravel 5.8
debugbar 7.3.1