bileji/support

sms service...

Maintainers

Package info

github.com/bileji/support

pkg:composer/bileji/support

Statistics

Installs: 44

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 03:37:34 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) ...