codiantnew / agora
This package is for communicating with agora.
dev-main
2021-06-30 06:31 UTC
This package is auto-updated.
Last update: 2026-03-01 00:57:04 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"