File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 88
99This package makes it easy to send [ Twilio notifications] ( https://documentation.twilio.com/docs ) with Laravel 5.3.
1010
11+ ## Contents
12+
13+ - [ Installation] ( #installation )
14+ - [Setting up your Twilio account](#setting-up-your-twilio-account)
15+ - [ Usage] ( #usage )
16+ - [Available Message methods](#available-message-methods)
17+ - [ Changelog] ( #changelog )
18+ - [ Testing] ( #testing )
19+ - [ Security] ( #security )
20+ - [ Contributing] ( #contributing )
21+ - [ Credits] ( #credits )
22+ - [ License] ( #license )
23+
1124## Installation
1225
1326You can install the package via composer:
@@ -50,6 +63,19 @@ class AccountApproved extends Notification
5063}
5164```
5265
66+ ### Setting up your Twilio account
67+
68+ TODO
69+
70+ ## Usage
71+
72+ TODO
73+
74+ ### Available Message methods
75+
76+ TODO
77+
78+
5379## Changelog
5480
5581Please see [ CHANGELOG] ( CHANGELOG.md ) for more information what has changed recently.
You can’t perform that action at this time.
0 commit comments