How to send sms programmatically? [closed]
The articles listed below may be useful: Are there any free services for sending SMS programmatically? [Programmatic SMS] [3] [Free SMS API?] [4] EDIT Removed first link that has been removed
The articles listed below may be useful: Are there any free services for sending SMS programmatically? [Programmatic SMS] [3] [Free SMS API?] [4] EDIT Removed first link that has been removed
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.