CKFinderModule
, (*1)
Introduction
This module is relies on AssetManager
to provide a ckfinder implemenation without having to install it in the publicly
accessible folder., (*2)
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/, (*3)
A route is automatically setup at /ckfinder/
, (*4)
Permissions for the main and connector route are added for BjyAuthorize and zfc-rbac for users with a role of admin
., (*5)
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'
., (*6)
CKEditor
If CKEditorModule is included, the ckfinder will automatically be setup for use in the ckeditor., (*7)