amos/nest-chat-bridge
There is no license information available for the latest version (dev-master) of this package.
Amos Nest Chat Bridge
dev-master
2022-09-20 15:09 UTC
Requires
- php:>=7.0.0
- elitedivision/amos-admin:^2.0
- elitedivision/amos-attachments:^1.0.3
- elitedivision/amos-comuni:*
- elitedivision/amos-core:^1.9.60
- firebase/php-jwt:^3.0|^4.0|^5.0
- tuupola/base62:^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
User Importer.
Installation
- You need to require this package and enable the module in your configuration.
add to composer requirements in composer.json
"/amos/nest-chat-bridge": "dev-master as 1.0.0",
or run command bash:
composer require "amos/nest-chat-bridge": "dev-master as 1.0.0"
add Places migrations to console modules (console/config/migrations-amos.php):
'@vendor/amos/chrono/src/migrations'
Add module to your modules-amos config in backend:
<?php
$config = [
'modules' => [
'nestchat' => [
'class' => 'amos\nest\chat\Module',
],
],
];