ImmortalVision / laravel-sms by Pezhvak

Laravel SMS Service Provider
25
0
3
Package Data
Maintainer Username: Pezhvak
Maintainer Contact: pezhvakimv@gmail.com (Pezhvak IMV)
Package Create Date: 2015-11-17
Package Last Update: 2016-08-26
Language: PHP
License: MIT
Last Refreshed: 2024-04-14 15:04:50
Package Statistics
Total Downloads: 25
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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