You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,13 @@ Begin by installing this package through Composer. Run this command from the Ter
16
16
```bash
17
17
composer require aloha/twilio
18
18
```
19
+
If you're using Laravel 5.5+, this is all there is to do.
19
20
20
-
## Laravel integration
21
+
Should you still be on older versions of Laravel, the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.
21
22
22
-
To wire this up in your Laravel project, whether it's built in Laravel 4 or 5, you need to add the service provider.
23
+
## Integration for older versions of Laravel (5.5 -)
24
+
25
+
To wire this up in your Laravel project, you need to add the service provider.
23
26
Open `app.php`, and add a new item to the providers array.
0 commit comments