bileji/support
usage
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) ...
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) ...