PHP code example of zyblog / yii2-bjui

1. Go to this page and download the library: Download zyblog/yii2-bjui 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/ */

    

zyblog / yii2-bjui example snippets


'view' => [
    'theme' => [
        'pathMap' => [
            '@app/views' => '@vendor/zyblog/yii2-bjui/example-views'
        ],
    ],
],

php composer.phar 

'zyblog/bjui' =>  array (
    'name' => 'zyblog/bjui',
    'version' => '1.0',
    'alias' =>
        array (
            '@zyblog/bjui' => $vendorDir . '/zyblog/yii2-bjui',
        ),
),