LaravelPackages.net
Acme Inc.
Toggle sidebar
bileji/support

sms service...

44
1
v1.1.0
About bileji/support

bileji/support is a Laravel package for sms service.... It currently has 1 GitHub stars and 44 downloads on Packagist (latest version v1.1.0). Install it with composer require bileji/support. Discover more Laravel packages by bileji or browse all Laravel packages to compare alternatives.

Last updated

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