Send data using redirect action using Laravel 7

前端 未结 0 407
长发绾君心
长发绾君心 2021-01-28 19:27

I need to use something like this one :

return redirect()->action([HomeController::class, \'index\'])->with(\'data\'=>$data);

but I don\

相关标签:
回答
  • 消灭零回复
提交回复
热议问题