immortalvision / laravel-sms
Laravel SMS Service Provider
1.0.4
2016-08-26 12:37 UTC
Requires
- php: >=5.4.0
- illuminate/support: 5.0.x|5.1.x|5.2.x|5.3.x
README
Laravel-SMS
Laravel SMS Service Provider
Installation
Run the following command in your laravel directory:
composer require immortalvision/laravel-sms
Setup
- In
/config/app.php
, add the following toproviders
:
ImmortalVision\SMS\SmsServiceProvider::class,
and the following to aliases
:
'SMS' => ImmortalVision\SMS\Facades\SMS::class,
- Run
php artisan vendor:publish
. - Enter your api data in
/config/SMS.php
.