PHP code example of kamaelkz / yii2-cdn-uploader

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

    

kamaelkz / yii2-cdn-uploader example snippets


    # конфигурация приложения (из коробки return)
    $config = [
        ...
    ];

    return yii\helpers\ArrayHelper::merge(
        ...
        kamaelkz\yii2cdnuploader\Yii2CdnUploader::getConfiguration(),
        $config
        ....
    );