satsume / ckfinder-module
A module to implement ckfinder for Zend Framework 2.
Requires
- php: >=5.3.3
- rwoverdijk/assetmanager: 2.*@dev
- zendframework/zendframework: 2.*
This package is not auto-updated.
Last update: 2024-11-05 03:47:38 UTC
README
Introduction
This module is relies on AssetManager to provide a ckfinder implemenation without having to install it in the publicly accessible folder.
Installation
CKFinderModule is set-up to use the ckfinder source from /vendor/ckfinder/ckfinder ( ckfinder.php would be in /vendor/ckfinder/ckfinder/ckfinder.php ). You should download the source from ckfinder.com and extract it in /vendor/ckfinder/ckfinder/
A route is automatically setup at /ckfinder/
Permissions for the main and connector route are added for BjyAuthorize and zfc-rbac for users with a role of admin
.
The config.php supplied by ckfinder ( /ckfinder/config.php
) is not used, instead its located in /satsume/ckfinder-module/config/ckfinder.config.php
( take look at it's contents here ). The location of this file can be overridden by setting a different path in 'ckfinder_module' => 'ckfinder_config_path'
.
CKEditor
If CKEditorModule is included, the ckfinder will automatically be setup for use in the ckeditor.