Vonage\Client\Credentials\Basic not found

149 views Asked by At

if i am create new Laravel 6 project and then run this composer require vonage/client and after paste this code

$basic  = new \Vonage\Client\Credentials\Basic(******, ********);
$client = new \Vonage\Client($basic); 

it working fine but if i doing same thing on old project its not working. If anyone knows this solution let me know, please.

0

There are 0 answers