neurohotep / laravel-sms
dev-master
2018-06-19 14:13 UTC
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2024-11-13 21:58:07 UTC
README
Simple Laravel 5 package for sending SMS.
Requirements
- Laravel >= 5.5
- PHP >= 7.0
Installation
The best way to install this package is quickly and easily with Composer.
- 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
// send a single message Sms::send('79123456789', 'Hello);