Skip to content

chocofamilyme/laravel-voicecall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel VoiceCall package

Laravel voicecall package allows you to make voice calls with different providers

Installation

composer require chocofamilyme/laravel-voicecall

Publishing the configuration

php artisan vendor:publish --provider="Chocofamilyme\LaravelVoiceCall\VoicecallServiceProvider"

Examples

make voice call

VoicecallService::create()->call();