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

README

User Importer.

Installation

  1. 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',
                        ],
		],
	];