Redirect with Array in Laravel

前端 未结 0 1061
无人共我
无人共我 2020-12-29 07:45

In Laravel 8, if I want to redirect to named route I can use:

return redirect()->route( \'success\' )->with(\'status\', \'Profile updated!\');


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