Download the PHP package tjmugova/esolutions-sms-laravel without Composer
On this page you can find all versions of the php package tjmugova/esolutions-sms-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tjmugova/esolutions-sms-laravel
More information about tjmugova/esolutions-sms-laravel
Files in tjmugova/esolutions-sms-laravel
Package esolutions-sms-laravel
Short Description Provides EsolutionsSms notification channel for Laravel
License MIT
Informations about the package esolutions-sms-laravel
esolutions-laravel-notifications
A laravel package for sending notifications via esolutions service.
Installation :traffic_light:
Add the package to your composer.json
Or just run composer require
Configuration
Add your EsolutionsSMS username, Password, API Url, and From to your .env
:
Advanced configuration
Run php artisan vendor:publish --provider="Tjmugova\EsolutionsSms\EsolutionsSmsProvider"
Usage :white_check_mark:
For full documentation, please refer to Laravel Notification Docs
Sending Notification
To send notification you can use the Laravel Notification Facade and pass the mobile number as the first parameter
NOTE:
If you find any bugs or you have some ideas in mind that would make this better. Please don't hesitate to create a pull request.
If you find this package helpful, a simple star is very much appreciated.
MIT LICENSE
All versions of esolutions-sms-laravel with dependencies
illuminate/notifications Version ^11.0 || ^12.0
illuminate/support Version ^11.0 || ^12.0
illuminate/events Version ^11.0 || ^12.0
illuminate/queue Version ^11.0 || ^12.0