i tried
redirect($url);
but it doesn't do anything :s
I usually do this:
return Redirect::to('http://www.externalsite.com');
If not maybe using away instead:
return Redirect::away('http://www.externalsite.com');
I also added a use on top:
use Redirect;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community