Download the PHP package rob006/yii-elfinder2 without Composer
On this page you can find all versions of the php package rob006/yii-elfinder2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rob006/yii-elfinder2
More information about rob006/yii-elfinder2
Files in rob006/yii-elfinder2
Package yii-elfinder2
Short Description elFinder 2.1 integration for Yii 1.1
License BSD-3-Clause
Homepage https://github.com/rob006-software/yii-elfinder2
Informations about the package yii-elfinder2
elFinder 2.1 integration for Yii 1.1
Based on https://bitbucket.org/z_bodya/yii-elfinder with updated elFinder and some code improvements.
How to use
-
Checkout source code to your project to ext.elFinder. You can use custom elFinder code, just set
elFindervendor
alias to point your elFinder code directory.You can get elFinder from https://github.com/Studio-42/elFinder/releases - remember to move
css
,img
,js
andsounds
directories toassets
directory, so elFinder source will look like: -
Create controller for connector action, and configure it params
-
ServerFileInput - use this widget to choose file on server using elFinder pop-up
-
ElFinderWidget - use this widget to manage files
- TinyMceElFinder - use this widget to integrate elFinder with yii-tinymce