Laravel使用变量重定向

时间:2018-06-02 08:38:51

标签: php laravel-5

尝试使用变量重定向到上一页

$get_product = Product::where('name',$request->name)->first();
return redirect()->back()->with('get_product',$get_product);

但是当我打印变量

时我有this error

0 个答案:

没有答案