uzdevid / yii2-dashboard-chat

仪表盘聊天功能

安装次数: 33

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

公开问题: 0

类型:yii2-extension

0.0.11 2023-04-20 18:58 UTC

This package is auto-updated.

Last update: 2024-09-20 22:12:58 UTC


README

迁移

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,
],

并运行命令

yii chat/run