bileji/support

sms service...

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bileji/support

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

This package is not auto-updated.

Last update: 2025-09-28 01:06:49 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) ...