PHP code example of noorisys / agora

1. Go to this page and download the library: Download noorisys/agora 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/ */

    

noorisys / agora example snippets


Noorisys\Agora\Providers\AgoraServiceProvider::class,

'AGORA_APP_ID' => env('AGORA_APP_ID'),
'AGORA_APP_CERTIFICATE' => env('AGORA_APP_CERTIFICATE'),
bash
$ php artisan vendor:publish --provider="Noorisys\Agora\Providers\AgoraServiceProvider"