arifsajal/rangstel-sms-gateway

Rangstel SMS Gateway


Keywords
laravel, RangstelSmsGateway
License
MIT

Documentation

Rangstel SMS Gateway

Latest Version on Packagist Latest Version on Github

Installation

Via Composer

$ composer require arifsajal/rangstel-sms-gateway

Wait 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::class

And for Facade Support, Add Below Line In aliases Section

"Rangstel" => Arifsajal\RangstelSmsGateway\Facades\Rangstel::class

Than 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.