immortalvision/laravel-sms is a Laravel package for laravel sms service provider.
It currently has 0 GitHub stars and 28 downloads on Packagist (latest version 1.0.4).
Install it with composer require immortalvision/laravel-sms.
Discover more Laravel packages by immortalvision
or browse all Laravel packages to compare alternatives.
Last updated
Laravel SMS Service Provider
Run the following command in your laravel directory:
composer require immortalvision/laravel-sms
/config/app.php, add the following to providers:ImmortalVision\SMS\SmsServiceProvider::class,
and the following to aliases:
'SMS' => ImmortalVision\SMS\Facades\SMS::class,
php artisan vendor:publish./config/SMS.php.