PHP code example of vova07 / yii2-start-themes

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

    

vova07 / yii2-start-themes example snippets


'view' => [
    'theme' => 'vova07\themes\admin\Theme'
],

'view' => [
    'theme' => 'vova07\themes\site\Theme'
],

php composer.phar