bileji/support

sms service...

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

This package is not auto-updated.

Last update: 2024-04-13 16:24:01 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) ...