Laravel 5 Redirect nothing happend

时间:2015-08-07 02:16:05

标签: php redirect laravel-5

I use get request to controller function , and redirect to the other website.

I use

    return Redirect::away('https://www.google.com');
    return Redirect::refresh('https://www.google.com');
    return Redirect::to('https://www.google.com');
    return redirect->away('https://www.google.com');
    return redirect->to('https://www.google.com');

but it's nothing happend ...

Can anyone help me?

0 个答案:

没有答案