DONE: phone number verification, admin can add user employment; WIP: wire with onewaysms

This commit is contained in:
ISMAIL MASSERAN
2026-07-12 12:36:46 +08:00
parent 431bbee17c
commit a11b75729a
37 changed files with 2214 additions and 73 deletions
+13
View File
@@ -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'),
];