LaravelPackages.net
Acme Inc.
Toggle sidebar
immortalvision/laravel-sms

Laravel SMS Service Provider

28
0
1.0.4
About immortalvision/laravel-sms

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

Gitter

Laravel-SMS

Laravel SMS Service Provider

Laravel 5.3 Laravel 5.2 Laravel 5.1 Laravel 5.0 Laravel 4.2 Latest Stable Version Total Downloads License

Installation

Run the following command in your laravel directory:

composer require immortalvision/laravel-sms

Setup

  1. In /config/app.php, add the following to providers:
ImmortalVision\SMS\SmsServiceProvider::class,

and the following to aliases:

'SMS' => ImmortalVision\SMS\Facades\SMS::class,
  1. Run php artisan vendor:publish.
  2. Enter your api data in /config/SMS.php.

Usage

Star History Chart