Skip to content

asajal/mobireach-sms-gateway

Repository files navigation

Mobireach SMS Gateway

Latest Version on Packagist Latest Version on Github

Installation

Via Composer

$ composer require arifsajal/mobireach-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\MobireachSmsGateway\Providers\MobireachServiceProvider::class

And for Facade Support, Add Below Line In aliases Section

"Mobireach" => Arifsajal\MobireachSmsGateway\Facades\Mobireach::class

Than run below command

$ php artisan vendor:publish --provider="Arifsajal\MobireachSmsGateway\Providers\MobireachServiceProvider"

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages