Skip to content

Commit f434f0d

Browse files
Made documentation more clear about the artisan commands
1 parent 776458e commit f434f0d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Laravel Twillio API Integration
88
[![Latest Unstable Version](https://poser.pugx.org/aloha/twilio/v/unstable.svg)](https://packagist.org/packages/aloha/twilio)
99
[![License](https://poser.pugx.org/aloha/twilio/license.svg)](https://packagist.org/packages/aloha/twilio)
1010

11-
- `twilio:sms`
12-
- `twilio:call`
13-
1411
## Installation
1512

1613
Begin by installing this package through Composer. Run this command from the Terminal:
@@ -27,6 +24,11 @@ To wire this up in your Laravel project, wether it's built in Laravel 4 or 5, yo
2724
'Aloha\Twilio\Support\Laravel\ServiceProvider',
2825
```
2926

27+
This will register two new artisan commands for you:
28+
29+
- `twilio:sms`
30+
- `twilio:call`
31+
3032
Then, add a Facade for more convenient usage. In your `app.php` config file add the following line to the `aliases` array:
3133

3234
```php

0 commit comments

Comments
 (0)