You should be able to redirect to the url like this
return Redirect::to($url);
You can read about Redirects in the Laravel docs here.
You should be able to redirect to the url like this
return Redirect::to($url);
You can read about Redirects in the Laravel docs here.