omnilight/yz2-elfinder

There is no license information available for the latest version (1.1.0) of this package.

Module providing filemanager for Yz2 Admin

Installs: 4 841

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.0 2015-04-29 12:15 UTC

This package is auto-updated.

Last update: 2024-04-16 03:34:27 UTC


README

Example config:

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