Download the PHP package zgabievi/laravel-smsoffice without Composer
On this page you can find all versions of the php package zgabievi/laravel-smsoffice. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zgabievi/laravel-smsoffice
More information about zgabievi/laravel-smsoffice
Files in zgabievi/laravel-smsoffice
Package laravel-smsoffice
Short Description SMSOffice Channel for Laravel Notifications
License MIT
Homepage https://github.com/zgabievi/laravel-smsoffice
Informations about the package laravel-smsoffice
laravel-smsoffice
Custom driver, SMSOffice, integration for Laravel Notifications
Table of Contents
- Install
- Configuration
- Usage
- Changelog
- Testing
- Contributing
- Security
- Credits
- License
Install
Via Composer
If you do not run Laravel 5.5 (or higher), then follow next step:
If you do run the package on Laravel 5.5+, package auto-discovery takes care of the magic of adding the service provider.
Optional you can publish the configuration to provide an own service provider stub.
Configuration
Usage
You can use the channel in your via() method inside the notification:
In your notifiable model, make sure to include a routeNotificationForSmsoffice() method, which return the phone number.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Zura Gabievi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-smsoffice with dependencies
guzzlehttp/guzzle Version ^6.3
illuminate/notifications Version ^5.5
illuminate/support Version ^5.5