bileji/support

sms service...

v1.1.0 2016-06-15 03:43 UTC

This package is not auto-updated.

Last update: 2025-01-18 20:35:36 UTC


README

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) ...