qu-modules / qu-elfinder
ZF2 module for ElFinder
Installs: 771
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 1
Language:JavaScript
Type:module
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.*
This package is not auto-updated.
Last update: 2025-01-18 13:15:45 UTC
README
Zf2 module for ElFinder
Release Notes
0.0.1-dev
- Initiation ElFinder in zf2
0.0.2-dev
- Initiation auto load class map
0.0.3-dev
- Update
Demo example
Requirements
- ZendSkeletonApplication https://github.com/zendframework/ZendSkeletonApplication
Installation
- 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
Installation by Composer
cd YourFolderProject/
php composer.phar require "qu-modules/qu-elfinder":"dev-master"
Integration
- Instance $ this-> QuCKEditor () in your project
#Sample
<div id="elfinder"></div>
$this->QuElFinder( 'elfinder', array( 'width' => "100%", 'height' => "600", ) );
Support
- CKEditor integration