codiantnew/agora

This package is for communicating with agora.

Installs: 60

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:libarary

dev-main 2021-06-30 06:31 UTC

This package is auto-updated.

Last update: 2024-09-29 06:03:05 UTC


README

Laravel Agora apis

This package is communicate with agora to generate tokens.

1.Install the package via Composer:

$ composer require codiantnew/agora

2.Configure provider

If you're on Laravel 5.4 or earlier, you'll need to add and comment line on config/app.php:

'providers' => array(
    Codiant\Agora\AgoraServiceProvider::class,
)

3.Publishing the vendor

php artisan vendor:publish --provider="Codiant\Agora\AgoraServiceProvider"