PHPackages                             merkeleon/laravel-sms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. merkeleon/laravel-sms

ActiveLibrary

merkeleon/laravel-sms
=====================

Table functionality for Laravel collections

1.0.8(6y ago)114.1k5MITPHPPHP &gt;=5.4.0

Since Sep 22Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Merkeleon/laravel-sms)[ Packagist](https://packagist.org/packages/merkeleon/laravel-sms)[ RSS](/packages/merkeleon-laravel-sms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Laravel SMS
===========

[](#laravel-sms)

Laravel module for send SMS

Installation
------------

[](#installation)

To install from Composer, use the following command:

`composer require merkeleon/laravel-sms`

Now, add the following optional line(s) to your `.env` file:

```
# default driver for writing sms message in log file
SMS_DRIVER=log

```

Add the sms.php config:

`php artisan vendor:publish --provider="Merkeleon\SMS\Providers\SMSServiceProvider"`

Next, add the facade to your aliases array in Laravel as follows:

```
