PHP code example of uzdevid / yii2-dashboard-chat

1. Go to this page and download the library: Download uzdevid/yii2-dashboard-chat library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

uzdevid / yii2-dashboard-chat example snippets


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

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