Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 289 | | All time: 7,483 This week: 96 |
|
Description | | Author |
This package provides a Web interface to send SMS messages.
It generates a Web form for defining the text and the recipient number to send a SMS message.
The package can also send HTTP request to the Web servers of the APIs of different SMS sending services. | |
 |
|
Innovation award
 Nominee: 8x |
|
Details
Laravel Nova SMS
A Laravel Nova SMS Tool to send messages via the most popular providers.
Installation:
First you must install cammac/sms cammac/sms into your Laravel app.
After publishing config file it will be added to your Laravel as config/sms.php
Add SMS provider requred config keys to your .env file
You can install nova sms package in to a Laravel app that uses Nova via composer:
composer require naif/nova-sms
Usage
Add the below to the tools function in app/Providers/NovaServiceProvider.php
public function tools()
{
return [
new NovaSms(),
];
}

Credits
Abdullah Algethami
Support:
naif@naif.io
https://www.linkedin.com/in/naif
License
The MIT License (MIT). Please see License File for more information.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.