PHP Class app\http\controllers\TwilioController

Inheritance: extends Controller
Show file Open project: unicodeveloper/laravel-hackathon-starter

Public Methods

Method Description
getPage ( ) : mixed Return all data to the Stripe API dashboard
sendTextMessage ( Illuminate\Http\Request $request ) : string Send a Text Message

Method Details

getPage() public method

Return all data to the Stripe API dashboard
public getPage ( ) : mixed
return mixed

sendTextMessage() public method

Send a Text Message
public sendTextMessage ( Illuminate\Http\Request $request ) : string
$request Illuminate\Http\Request
return string