Skip to content

Commit 5cddbd6

Browse files
committed
Update README for laravel 5 installation
You can reject this PR if it's not the text you want, it just took me 1 minute :). Thanks!
1 parent 8885e13 commit 5cddbd6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ Laravel Twillio API Integration
1010

1111
## Installation
1212

13-
Begin by installing this package through Composer. Run this command from the Terminal:
14-
13+
Begin by installing this package through Composer. In Laravel 4, run this command from the Terminal:
1514
```bash
16-
composer require aloha/twilio
15+
composer require aloha/twilio
16+
```
17+
In Laravel 5, use 2.0.0 version:
18+
```bash
19+
composer require 'aloha/twilio:2.0.0-RC2'
1720
```
18-
1921
## Laravel integration
2022

2123
To wire this up in your Laravel project, wether it's built in Laravel 4 or 5, you need to add the service provider. Open `app.php`, and add a new item to the providers array.

0 commit comments

Comments
 (0)