codiantnew / agora
This package is for communicating with agora.
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:libarary
This package is auto-updated.
Last update: 2025-04-29 01:34:03 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"