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
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.