Laravel SMS
Simple Laravel 5 package for sending SMS., (*1)
Requirements
- Laravel >= 5.5
- PHP >= 7.0
Installation
The best way to install this package is quickly and easily with Composer., (*2)
- To install the most recent version, run the following command
composer require neurohotep/laraver-sms
- Publish the config
php artisan vendor:publish --tag="sms"
-
Edit the config/sms.php. Set the appropriate driver and its parameters.
Code Examples
php
// send a single message
Sms::send('79123456789', 'Hello);, (*3)
## License
MIT License, (*4)