Download the PHP package escolalms/yepp-chat without Composer
On this page you can find all versions of the php package escolalms/yepp-chat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yepp-chat
Yepp-Chat
What does it do
This package is used to communicate with the microservice responsible for chat on the Yepp platform.
Chat can be assigned to a lesson, after filling in the assistant_id parameter in the lesson.
If the lesson does not have a defined parameter, the chat will not be displayed.
Installing
composer require escolalms/yepp-chatphp artisan migratephp artisan db:seed --class="EscolaLms\YeppChat\Database\Seeders\YeppChatPermissionSeeder"
Configuration
In the configuration, you can:
enabled- Yepp chat integration is enabled/disabledauth.enabled- Authorization in communication with microservice is enabled/disabledauth.key- Ifauth.enabledtakes the value true, an access key is requiredurl- Microservice URL
You can specify the parameter from the system administration settings.
Endpoints
All the endpoints are defined in swagger
Events
This package does not dispatch any events.
Permissions
Permissions are defined in seeder
All versions of yepp-chat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
escolalms/auth Version ^0
escolalms/core Version ^1
escolalms/courses Version ^0.4
escolalms/settings Version ^0
escolalms/model-fields Version ^0
laravel/framework Version >=8.0
escolalms/auth Version ^0
escolalms/core Version ^1
escolalms/courses Version ^0.4
escolalms/settings Version ^0
escolalms/model-fields Version ^0
laravel/framework Version >=8.0
The package escolalms/yepp-chat contains the following files
Loading the files please wait ...