Javascript window.open()但在Laravel中

时间:2019-03-20 14:43:47

标签: php laravel redirect

我正在开发一个网站,在该网站中,我需要在给定的时间内将用户重定向到传递'_system'参数的网址。我知道javaScript中的内容类似于window.open('xxx.com', '_system'),但我想知道是否有使用Laravel及其redirect()响应助手以及如何做到这一点的方法。

1 个答案:

答案 0 :(得分:0)

您只需将外部网址传递到redirect()方法中,它将重定向到该网址。

例如:return redirect('https://www.google.com');