How to pass query string to view (without redirect) in Laravel?

前端 未结 0 1852
逝去的感伤
逝去的感伤 2021-01-05 17:33

In my controller, I have

return (\'view_name\',compact(\'some_variable\'));

I would like to pass a query string to the URL, i.e. instead of a

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