Skip to content

Instantly share code, notes, and snippets.

View muzafarali's full-sized avatar

Muzafar Ali muzafarali

View GitHub Profile
@shawnlindstrom
shawnlindstrom / TwilioServiceProvider.php
Created July 4, 2018 03:00
Twilio Service Provider for Laravel
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Twilio\Rest\Client as TwilioService;
class TwilioServiceProvider extends ServiceProvider
{
public function register()