| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation | Screenshots |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 291 | All time:  7,494 This week: 524  | ||||
| Version | License | PHP version | Categories | |||
| nova-sms 1.0.0 | The PHP License | 5 | PHP 5, Wireless and Mobile, Web services | 
| Description | Author | |
| This package provides a Web interface to send SMS messages. | 
A Laravel Nova SMS Tool to send messages via the most popular providers.
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
Add the below to the tools function in app/Providers/NovaServiceProvider.php
public function tools()
{
  return [
    new NovaSms(),
  ];
}

https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.
| Screenshots (1) | ||
|  Files (16) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  dist (1 directory) | ||||
|  resources (3 directories) | ||||
|  routes (1 file) | ||||
|  src (2 files, 1 directory) | ||||
|    composer.json | Data | Auxiliary data | ||
|    mix-manifest.json | Data | Auxiliary data | ||
|    package.json | Data | Auxiliary data | ||
|    README.md | Doc. | Documentation | ||
|    webpack.mix.js | Data | Auxiliary data | ||
|  Files (16) | / | src | 
| File | Role | Description | ||
|---|---|---|---|---|
|  Http (2 directories) | ||||
|  NovaSms.php | Class | Class source | ||
|  ToolServiceProvider.php | Class | Class source | ||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.