2017 © Pedro Peláez
 

yii2-extension yii2-elfinder

Yii2 elfinder Widgets

image

maddoger/yii2-elfinder

Yii2 elfinder Widgets

  • Tuesday, May 22, 2018
  • by maddoger
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

maddoger/elfinder

Thanks to: https://github.com/Studio-42/elFinder, (*1)

Thanks to: zybodya for the current yii version, (*2)

yii2elfinder

Intro: The old version could not be used, as it's completly not working with the latest jquery version! So apart from the action, i had to change everything;), (*3)

This extension allows you to integrate ElFinder file manager into your Yii web site's pages. Comparing with elfinder-widget extension this one is implemented with an attempt to provide a more flexible way to configure both ElFinder's client and connector. The extension also relies on the latest release of ElFinder 2.0-rc1 (10th of April, 2012)., (*4)

How to install:, (*5)

Add this to your composer.json require section, (*6)

  "maddoger/elfinder": "dev-master",

After that add into your controller the following function, (*7)

public function actions()
  {
    return array(
      'connector' => array(
        'class' => 'maddoger\elfinder\ConnectorAction',
        'clientOptions'=>array(
          'locale' => '',
          'debug'  => false,
            'roots'  => array(
                array(
                    'driver' => 'LocalFileSystem',
                    'path'   => dirname(__DIR__).'/../www/img/cms/',
                    'URL'    => '',
                )
            )   
        )
      )
    );
  }

And finaly the view should look like this:, (*8)


use yii\helpers\Html; use maddoger\elfinder\yii2elfinder; /** * @var yii\base\View $this */ $this->title = 'File Manager'; ?>

title); ?>

'site/connector', ) ); ?>

The Versions

22/05 2018

dev-master

9999999-dev http://www.frenzel.net/

Yii2 elfinder Widgets

  Sources   Download

BSD-3-Clause

The Requires

 

by Bodgan Savluk
by Vitaliy Syrchikov

framework yii yii2 elfinder filemanager

22/05 2018

v1.1

1.1.0.0 http://www.frenzel.net/

Yii2 elfinder Widgets

  Sources   Download

BSD-3-Clause

The Requires

 

by Bodgan Savluk
by Vitaliy Syrchikov

framework yii yii2 elfinder filemanager

30/03 2015

v1.0.3

1.0.3.0 http://www.frenzel.net/

Yii2 elfinder Widgets

  Sources   Download

BSD-3-Clause

The Requires

 

by Bodgan Savluk
by Vitaliy Syrchikov

framework yii yii2 elfinder filemanager

18/11 2014

v1.0.2

1.0.2.0 http://www.frenzel.net/

Yii2 elfinder Widgets

  Sources   Download

BSD-3-Clause

The Requires

 

by Bodgan Savluk
by Vitaliy Syrchikov

framework yii yii2 elfinder filemanager

18/11 2014

v1.0.1

1.0.1.0 http://www.frenzel.net/

Yii2 elfinder Widgets

  Sources   Download

BSD-3-Clause

The Requires

 

by Bodgan Savluk
by Vitaliy Syrchikov

framework yii yii2 elfinder filemanager