feat: add otp sms
This commit is contained in:
+10
-1
@@ -1,5 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
return [
|
||||
'url' => 'https://api.kavenegar.com/v1/' . env('KAVE_API_KEY') . '/sms/send.json'
|
||||
'base_url' => 'https://api.kavenegar.com/v1/',
|
||||
'api_key' => env('KAVE_API_KEY'),
|
||||
'template' => 'loginotp'
|
||||
];
|
||||
|
||||
|
||||
|
||||
// return [
|
||||
// 'url' => 'https://api.kavenegar.com/v1/' . env('KAVE_API_KEY') . '/verify/lookup.json'
|
||||
// ];
|
||||
|
||||
Reference in New Issue
Block a user