PHPackages                             armenium/laratwiliomulti - 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. armenium/laratwiliomulti

ActiveLibrary

armenium/laratwiliomulti
========================

v1.0.1(3y ago)1171PHP

Since Mar 8Pushed 3y ago2 watchersCompare

[ Source](https://github.com/armenium/laratwiliomulti)[ Packagist](https://packagist.org/packages/armenium/laratwiliomulti)[ RSS](/packages/armenium-laratwiliomulti/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Introduction
============

[](#introduction)

This is a Laravel package for sending SMS using the Twilio service using Twilio multi-accounts and patterns for automatically selecting an "sms\_from" number.

### Step One - Installation

[](#step-one---installation)

Require the package via composer into your project

```
composer require armenium/laratwiliomulti
```

### Step Two - Publishing Configurations

[](#step-two---publishing-configurations)

To publish the view files, run:

```
php artisan vendor:publish --tag=laratwiliomulti-views
```

To publish the asset (js, css) files, run:

```
php artisan vendor:publish --tag=laratwiliomulti-assets
```

### Step Three - Enter values in DB

[](#step-three---enter-values-in-db)

Go to the Settings page and create an account(s)

On your site, the link to the settings page will look like this:

```
https://YOUR-DOMAIN.com/laratwiliomultisettings
```

*(Replace YOUR-DOMAIN.com with your real domain)*

### Usage

[](#usage)

To send a SMS message, you can use the `notify()` method available on the `LaraTwilioMulti` Facade

```
