PHP code example of omnilight / yz2-elfinder

1. Go to this page and download the library: Download omnilight/yz2-elfinder 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/ */

    

omnilight / yz2-elfinder example snippets


'filemanager' => [
    'class' => 'yz\admin\elfinder\Module',
    'roots' => [
        [
            'baseUrl' => '@frontendWeb',
            'basePath' => '@frontendWebroot',
            'path' => 'uploads',
            'name' => 'Файлы на сайте',
        ]
    ]
]