uzdevid/yii2-dashboard-chat

Chat of dashboard panel

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

0.0.11 2023-04-20 18:58 UTC

This package is auto-updated.

Last update: 2024-04-20 21:05:49 UTC


README

Migration

config/console.php

'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationPath' => [
            '@app/migrations',
            '@vendor/uzdevid/dashboard-chat/migrations'
        ],
    ],
],

config/console.php

'controllerMap' => [
    'chat' => uzdevid\dashboard\chat\commands\ChatController::class,
],

and run command

yii chat/run