Rangstel SMS Gateway
Installation
Via Composer
$ composer require arifsajal/rangstel-sms-gatewayWait for few minutes. Composer will automatically install the package for your project.
Usage
Open config/app.php And Add Below Line In Providers Section
Arifsajal\RangstelSmsGateway\Providers\RangstelServiceProvider::classAnd for Facade Support, Add Below Line In aliases Section
"Rangstel" => Arifsajal\RangstelSmsGateway\Facades\Rangstel::classThan run below command
$ php artisan vendor:publish --provider="Arifsajal\RangstelSmsGateway\Providers\RangstelServiceProvider"Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.