Skip to content

Instantly share code, notes, and snippets.

@OlabodeAbesin
Last active September 26, 2019 14:58
Show Gist options
  • Save OlabodeAbesin/fff663e784fce28b5026cb9310e48662 to your computer and use it in GitHub Desktop.
Save OlabodeAbesin/fff663e784fce28b5026cb9310e48662 to your computer and use it in GitHub Desktop.
Notifications::auth()->mobileNumberVerification($event->otp->phone, $event->otp); //Recommended
//Not recommended!
$client = new Client();
$response = $client->$method($baseUri . $requestUrl, [
'headers' => [],
'auth' => ['username', 'password'],
'json' => $formParams,
]);
return json_decode($response->getBody()->getContents());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment