| 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: | 2025-10-29 03:04:37 |
| Package Statistics | |
|---|---|
| Total Downloads: | 28 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 2 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
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.