ir sms services
- Run the command below to add this package:
composer require laravelir/smsir
- Open your config/app.php and add the following to the providers array:
Laravelir\SMSIR\Providers\SMSIRServiceProvider::class,
- Run the command below to install the package:
php artisan smsir:install
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.