PHP code example of amaizing-company / laravel-zava-video-call-client
1. Go to this page and download the library: Download amaizing-company/laravel-zava-video-call-client library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
amaizing-company / laravel-zava-video-call-client example snippets
return [
];
$zavaVideoCallClient = new AmaizingCompany\ZavaVideoCallClient();
echo $zavaVideoCallClient->echoPhrase('Hello, AmaizingCompany!');
bash
php artisan vendor:publish --tag="zava-video-call-client-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="zava-video-call-client-config"
bash
php artisan vendor:publish --tag="zava-video-call-client-views"