An open API service indexing awesome lists of open source software.

https://github.com/uzdevid/yii2-dashboard-chat

Chat for Dashboard Panel
https://github.com/uzdevid/yii2-dashboard-chat

Last synced: 2 months ago
JSON representation

Chat for Dashboard Panel

Awesome Lists containing this project

README

        

# Chat for Dashboard panel

## Migration

config/console.php

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

config/console.php

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

and run command

```bash
yii chat/run
```