Via Composer
$ composer require arifsajal/mobireach-sms-gateway
Wait for few minutes. Composer will automatically install the package for your project.
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"
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.