Skip to content

Instantly share code, notes, and snippets.

@bran921007
Created May 9, 2015 01:35
Show Gist options
  • Select an option

  • Save bran921007/ad5a5f768f42449fbaa9 to your computer and use it in GitHub Desktop.

Select an option

Save bran921007/ad5a5f768f42449fbaa9 to your computer and use it in GitHub Desktop.
Mini tutorial Twilio
"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