Zf2 module for ElFinder
0.0.1-dev
- Initiation ElFinder in zf2
0.0.2-dev
- Initiation auto load class map
0.0.3-dev
- Update
- ZendSkeletonApplication https://github.com/zendframework/ZendSkeletonApplication
- Drag the folder into modules folder
- Move folder plugin in to public/js folder (look current version https://github.com/Studio-42/elFinder)
- Enable the module with the application.config.php and configure the routes with module.config.php
cd YourFolderProject/
php composer.phar require "qu-modules/qu-elfinder":"dev-master"
- Instance $ this-> QuCKEditor () in your project
#Sample
<div id="elfinder"></div>
$this->QuElFinder(
'elfinder',
array(
'width' => "100%",
'height' => "600",
)
);
- CKEditor integration