Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
This package is possibly abandoned. Please proceed with care.

Readme

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(),
  ];
}

Package screenshot

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.

Screenshots

Back to Top
Added 7 years ago

This package is listed on the Packagist API, but has no stable tags.

Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.

Favorites

4 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas