add ./config/sms.php
add the following code to ./config/app.php
'providers' => [
...
Bileji\Support\SmsServiceProvider::class,
...
]
then Bileji\Support\Facades\Sms::send($phone, $message) ...
bileji/support
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|