PHP code example of xandrkat / yii2-devkit

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

    

xandrkat / yii2-devkit example snippets


[
    'bootstrap' => ['devkit'],
    'modules' => [
        'devkit' => [
            'class' => 'yiithings\devkit\Module',
        ],
    ],
]

php composer.phar