I am trying to send one time password to a user using SMS INDIA HUB API. For that purpose I need to redirect to a URL format:
http://cloud.smsindiahub.in/vendorsms/pushs
return Redirect::away($url); should work to redirect
return Redirect::away($url);
Also, return Redirect::to($url); to redirect inside the view.
return Redirect::to($url);