DONE: phone number verification, admin can add user employment; WIP: wire with onewaysms
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
| Supported: "onewaysms", "log"
|
||||
*/
|
||||
'driver' => env('SMS_DRIVER', 'onewaysms'),
|
||||
|
||||
'base_url' => env('ONEWAYSMS_BASE_URL'),
|
||||
'api_username' => env('ONEWAYSMS_API_USERNAME'),
|
||||
'api_password' => env('ONEWAYSMS_API_PASSWORD'),
|
||||
'sender_id' => env('ONEWAYSMS_SENDER_ID'),
|
||||
];
|
||||
Reference in New Issue
Block a user