Created
May 9, 2015 01:35
-
-
Save bran921007/ad5a5f768f42449fbaa9 to your computer and use it in GitHub Desktop.
Mini tutorial Twilio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "dtisgodsson/twilio": "dev-master" | |
| Update your Composer packages: | |
| composer update | |
| Next, add the Service Provider to our application config. Open up app/config/app.php and in the providers array, add the following line: | |
| 'Dtisgodsson\Twilio\TwilioServiceProvider', | |
| Finally, publish the package configuration so we can add our own Twilio details. | |
| php artisan config:publish dtisgodsson/twilio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment