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
- Host: GitHub
- URL: https://github.com/uzdevid/yii2-dashboard-chat
- Owner: uzdevid
- Created: 2023-04-18T17:06:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T19:00:58.000Z (about 2 years ago)
- Last Synced: 2025-01-19T18:51:52.546Z (4 months ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```